From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] util-linux: Update to 2.28.2. Date: Wed, 05 Oct 2016 10:08:52 +0200 Message-ID: <1475654932-5539-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3861224223170580670==" List-Id: --===============3861224223170580670== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 --- util-linux/util-linux.nm | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/util-linux/util-linux.nm b/util-linux/util-linux.nm index 4d14b85..344e19c 100644 --- a/util-linux/util-linux.nm +++ b/util-linux/util-linux.nm @@ -4,10 +4,10 @@ ############################################################################= ### =20 name =3D util-linux -major_ver =3D 2.27 -minor_ver =3D=20 -version =3D %{major_ver} -#version =3D %{major_ver}.%{minor_ver} +major_ver =3D 2.28 +minor_ver =3D 2 +#version =3D %{major_ver} +version =3D %{major_ver}.%{minor_ver} release =3D 1 =20 maintainer =3D Stefan Schantl @@ -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 \ --=20 2.7.4 --===============3861224223170580670==--