From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] passwd: Update to 0.79 Date: Fri, 21 Oct 2016 08:52:24 +0200 Message-ID: <1477032744-24996-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7602097894966743046==" List-Id: --===============7602097894966743046== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a minor update to the lates available version of passwd. * Add download URL. * Drop SELinux support. Fixes #11221. Signed-off-by: Stefan Schantl --- passwd/passwd.nm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/passwd/passwd.nm b/passwd/passwd.nm index cc1958c..b7c34e0 100644 --- a/passwd/passwd.nm +++ b/passwd/passwd.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D passwd -version =3D 0.76 -release =3D 2 +version =3D 0.79 +release =3D 1 =20 groups =3D System/Base url =3D http://fedorahosted.org/passwd @@ -18,7 +18,7 @@ description Modules) library. end =20 -source_dl =3D +source_dl =3D https://fedorahosted.org/releases/p/a/%{name}/ sources =3D %{thisapp}.tar.bz2 =20 build @@ -28,12 +28,11 @@ build libuser-devel pam-devel pkg-config - libselinux-devel popt-devel end =20 configure_options +=3D\ - --with-selinux \ + --without-selinux \ --with-audit \ --disable-static =20 --=20 2.7.4 --===============7602097894966743046==--