]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
passwd: Update to 0.80
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Dec 2022 17:57:32 +0000 (17:57 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Dec 2022 17:57:32 +0000 (17:57 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
passwd/passwd.nm

index 3380824fac6d1d7afedf52528971d6df9ea90633..ba40e35912fae0c7ac3e617e3ee66b5443bbcdc8 100644 (file)
@@ -4,13 +4,13 @@
 ###############################################################################
 
 name       = passwd
-version    = 0.79
-release    = 2
+version    = 0.80
+release    = 1
 
 groups     = System/Base
 url        = https://pagure.io/passwd
 license    = BSD
-summary    = An utility for setting or changing passwords using PAM.
+summary    = An utility for setting or changing passwords using PAM
 
 description
        This package contains a system utility (passwd) which sets
@@ -23,14 +23,23 @@ sources    = %{thisapp}.tar.bz2
 
 build
        requires
+               autoconf
+               automake
+               gettext-devel
                glib2-devel
+               libtool
                libuser-devel
                pam-devel
                pkg-config
                popt-devel
        end
 
-       configure_options +=\
+       prepare_cmds
+               mkdir -pv admin
+               autoreconf -vfi
+       end
+
+       configure_options += \
                --without-selinux \
                --without-audit \
                --disable-static
@@ -41,8 +50,6 @@ end
 
 packages
        package %{name}
-               groups += Base
-       end
 
        package %{name}-debuginfo
                template DEBUGINFO