SPECS: protolog.spec - log files as %ghost, not %config

glen glen at pld-linux.org
Sun Mar 12 23:08:53 CET 2006


Author: glen                         Date: Sun Mar 12 22:08:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- log files as %ghost, not %config

---- Files affected:
SPECS:
   protolog.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/protolog.spec
diff -u SPECS/protolog.spec:1.38 SPECS/protolog.spec:1.39
--- SPECS/protolog.spec:1.38	Sun Mar 12 22:58:40 2006
+++ SPECS/protolog.spec	Sun Mar 12 23:08:47 2006
@@ -68,13 +68,13 @@
 %files
 %defattr(644,root,root,755)
 %doc doc/BUGS doc/README
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/protolog
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/protolog
 %attr(755,root,root) %{_sbindir}/*
 %attr(754,root,root) /etc/rc.d/init.d/protolog
 %attr(750,root,root) %dir /var/log/protolog
 %attr(750,root,root) %dir /var/log/archiv/protolog
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /var/log/protolog/*
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/protolog
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/protolog
+%ghost %attr(640,root,root) /var/log/protolog/*
 %{_mandir}/man8/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -83,6 +83,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2006/03/12 22:08:47  glen
+- log files as %ghost, not %config
+
 Revision 1.38  2006/03/12 21:58:40  glen
 - restart service on upgrade and stop (there's no reason not to)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/protolog.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list