packages: rsync/rsync.spec - don't verify md5s, mtimes and sizes of configu...

draenog draenog at pld-linux.org
Mon Oct 3 19:16:20 CEST 2011


Author: draenog                      Date: Mon Oct  3 17:16:20 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't verify md5s, mtimes and sizes of configuration files

---- Files affected:
packages/rsync:
   rsync.spec (1.149 -> 1.150) 

---- Diffs:

================================================================
Index: packages/rsync/rsync.spec
diff -u packages/rsync/rsync.spec:1.149 packages/rsync/rsync.spec:1.150
--- packages/rsync/rsync.spec:1.149	Thu Sep 29 19:53:22 2011
+++ packages/rsync/rsync.spec	Mon Oct  3 19:16:15 2011
@@ -253,8 +253,8 @@
 %files -n rsyncd-inetd
 %defattr(644,root,root,755)
 %dir %{_sysconfdir}
-%attr(640,root,root) %config(noreplace) %{_sysconfdir}/rsyncd.conf
-%attr(640,root,root) %config(noreplace) %{_sysconfdir}/rsyncd.secrets
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rsyncd.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rsyncd.secrets
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/rsyncd
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/rsyncd
 %attr(640,root,root) %ghost /var/log/rsyncd.log
@@ -263,8 +263,8 @@
 %files -n rsyncd-standalone
 %defattr(644,root,root,755)
 %dir %{_sysconfdir}
-%attr(640,root,root) %config(noreplace) %{_sysconfdir}/rsyncd.conf
-%attr(640,root,root) %config(noreplace) %{_sysconfdir}/rsyncd.secrets
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rsyncd.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rsyncd.secrets
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rsyncd
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/rsyncd
 %attr(640,root,root) %ghost /var/log/rsyncd.log
@@ -277,6 +277,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.150  2011/10/03 17:16:15  draenog
+- don't verify md5s, mtimes and sizes of configuration files
+
 Revision 1.149  2011/09/29 17:53:22  arekm
 - up to 3.0.9
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rsync/rsync.spec?r1=1.149&r2=1.150&f=u



More information about the pld-cvs-commit mailing list