]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
util-linux: Update to 2.28.2.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 5 Oct 2016 08:08:52 +0000 (10:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Oct 2016 11:06:06 +0000 (12:06 +0100)
This is an major update to the latest stable version of util-linux.

The release-notes can be found here:
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28-ReleaseNotes

Drop support for SELinux.

Fixes #11234.
Fixes #11232.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
util-linux/util-linux.nm

index 4d14b857cd5884843fd6790dcd45c492f540f630..344e19cbdd8d507a201339e6f2367c5c64b4e49e 100644 (file)
@@ -4,10 +4,10 @@
 ###############################################################################
 
 name       = util-linux
-major_ver  = 2.27
-minor_ver  = 
-version    = %{major_ver}
-#version    = %{major_ver}.%{minor_ver}
+major_ver  = 2.28
+minor_ver  = 2
+#version    = %{major_ver}
+version    = %{major_ver}.%{minor_ver}
 release    = 1
 
 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
@@ -33,8 +33,6 @@ build
                gettext
                libcap-devel
                libcap-ng-devel
-               libselinux-devel
-               libsepol-devel
                libudev-devel
                ncurses-devel
                pam-devel
@@ -58,7 +56,6 @@ build
                --enable-runuser \
                --enable-su \
                --with-systemd \
-               --with-selinux \
                --with-audit \
                --with-udev \
                --disable-makeinstall-chown \