]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
passwd: Update to 0.79
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 21 Oct 2016 06:52:24 +0000 (08:52 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Jan 2017 10:07:55 +0000 (10:07 +0000)
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 <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
passwd/passwd.nm

index cc1958c84abfeeabf53e4b1ad09c35f802cd1ed8..b7c34e096f227138310d4113a0af02aaffabb785 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = passwd
-version    = 0.76
-release    = 2
+version    = 0.79
+release    = 1
 
 groups     = System/Base
 url        = http://fedorahosted.org/passwd
@@ -18,7 +18,7 @@ description
        Modules) library.
 end
 
-source_dl  =
+source_dl  = https://fedorahosted.org/releases/p/a/%{name}/
 sources    = %{thisapp}.tar.bz2
 
 build
@@ -28,12 +28,11 @@ build
                libuser-devel
                pam-devel
                pkg-config
-               libselinux-devel
                popt-devel
        end
 
        configure_options +=\
-               --with-selinux \
+               --without-selinux \
                --with-audit \
                --disable-static