]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - shadow-utils/shadow-utils.nm
glibc: Update to 2.20
[people/ms/ipfire-3.x.git] / shadow-utils / shadow-utils.nm
index 2106e5dc217598e8658828572c272edfe178a6e2..1607b5ec4123a93a605a26a39c3b1ec0d7f2fd3b 100644 (file)
@@ -5,11 +5,11 @@
 
 name       = shadow-utils
 version    = 4.1.4.3
-release    = 3
+release    = 7
 thisapp    = shadow-%{version}
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
-groups     = Base System/Base
+groups     = System/Base
 url        = http://pkg-shadow.alioth.debian.org/
 license    = GPLv2+
 summary    = Utilities to deal with user accounts.
@@ -60,16 +60,29 @@ build
        install_cmds
                # Remove man pages in other languages
                rm -rfv %{BUILDROOT}/usr/share/man/{cs,de,fi,fr,hu,id,it,ja,pl,pt_BR,ru,sv,tr}
+
+               # Remove duplicate man pages.
+               rm -vf %{BUILDROOT}/usr/share/man/man*/{getspnam,nologin,passwd}.*
        end
 end
 
 packages
        package %{name}
+               groups += Base Build
+
                obsoletes += shadow<%{thisver}
                provides  += shadow=%{thisver}
 
                conflicts
                        pam<1.1.0-4
                end
+
+               configfiles
+                       /etc/default/useradd
+               end
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
        end
 end