SPECS: privoxy.spec - sorted verify() flags

qboosh qboosh at pld-linux.org
Mon Nov 14 12:18:38 CET 2005


Author: qboosh                       Date: Mon Nov 14 11:18:38 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- sorted verify() flags

---- Files affected:
SPECS:
   privoxy.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/privoxy.spec
diff -u SPECS/privoxy.spec:1.20 SPECS/privoxy.spec:1.21
--- SPECS/privoxy.spec:1.20	Sun Nov 13 16:39:34 2005
+++ SPECS/privoxy.spec	Mon Nov 14 12:18:33 2005
@@ -108,18 +108,18 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/%{name}
 %{_mandir}/man1/%{name}.*
-%config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 
 %dir %attr(751,privoxy,privoxy) /var/log/%{name}
-%ghost %attr(640,privoxy,privoxy) %verify(not size mtime md5) /var/log/%{name}/*
+%ghost %attr(640,privoxy,privoxy) %verify(not md5 mtime size) /var/log/%{name}/*
 
 %dir %attr(751,root,privoxy) %{_sysconfdir}/%{name}
 %dir %attr(751,root,privoxy) %{_sysconfdir}/%{name}/templates
-%attr(751,root,privoxy) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/config
-%attr(751,root,privoxy) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/trust
-%attr(751,root,privoxy) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/*.*
-%attr(751,root,privoxy) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/templates/*
+%attr(751,root,privoxy) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/config
+%attr(751,root,privoxy) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/trust
+%attr(751,root,privoxy) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.*
+%attr(751,root,privoxy) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/templates/*
 
 %doc $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/*
 
@@ -129,6 +129,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2005/11/14 11:18:33  qboosh
+- sorted verify() flags
+
 Revision 1.20  2005/11/13 15:39:34  darekr
 - BR: automake
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/privoxy.spec?r1=1.20&r2=1.21&f=u




More information about the pld-cvs-commit mailing list