]> git.pld-linux.org Git - packages/shadow.git/commitdiff
- /etc/pam.d/* marked with %%config(noreplace).
authormkochano <mkochano@pld-linux.org>
Fri, 7 Dec 2001 21:12:45 +0000 (21:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release++ (I'm too lazy to write here new release number for each
  spec. Sorry).

Changed files:
    shadow.spec -> 1.57

shadow.spec

index 90d158325f041205d63a91b7efcbfdd2e5d660e2..9ba89b05ee2289d29bcaa6f0b7f43e17b7ae4cef 100644 (file)
@@ -7,7 +7,7 @@ Summary(pt_BR): Utilit
 Summary(es):   Utilitarios para el archivo de contraseñas Shadow
 Name:          shadow
 Version:       4.0.0
-Release:       8
+Release:       9
 Epoch:         1
 License:       BSD
 Group:         Applications/System
@@ -186,10 +186,10 @@ fi
 
 %attr(750,root,root) %dir %{_sysconfdir}/default
 %attr(640,root,root) %config %verify(not size mtime md5) %{_sysconfdir}/default/*
-%attr(640,root,root) %config %verify(not size mtime md5) /etc/pam.d/chage
-%attr(640,root,root) %config %verify(not size mtime md5) /etc/pam.d/shadow
-%attr(640,root,root) %config %verify(not size mtime md5) /etc/pam.d/passwd
-%attr(640,root,root) %config %verify(not size mtime md5) /etc/pam.d/useradd
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/chage
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/shadow
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/passwd
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/useradd
 
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/login.defs
 %attr(400,root,root) %ghost %{_sysconfdir}/shadow
@@ -283,8 +283,8 @@ fi
 
 %files extras
 %defattr(644,root,root,755)
-%attr(640,root,root) %config %verify(not size mtime md5) /etc/pam.d/chsh
-%attr(640,root,root) %config %verify(not size mtime md5) /etc/pam.d/chfn
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/chsh
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/chfn
 %attr(640,root,root) %config %verify(not size mtime md5) /etc/security/*
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/d_passwd
 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dialups
This page took 0.140607 seconds and 4 git commands to generate.