SPECS: evlog.spec - missing perms, %verify() flag, etc

darekr darekr at pld-linux.org
Wed Jul 13 15:03:52 CEST 2005


Author: darekr                       Date: Wed Jul 13 13:03:52 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing perms, %verify() flag, etc

---- Files affected:
SPECS:
   evlog.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/evlog.spec
diff -u SPECS/evlog.spec:1.1 SPECS/evlog.spec:1.2
--- SPECS/evlog.spec:1.1	Wed Feb 25 23:45:09 2004
+++ SPECS/evlog.spec	Wed Jul 13 15:03:47 2005
@@ -100,13 +100,11 @@
 %dir %{_libdir}/evlog/plugins
 %attr(755,root,root) %{_libdir}/evlog/plugins/*.so
 %attr(755,root,root) %{_datadir}/evlog
-# TODO: %configs, %attrs etc.
-/etc/cron.d/evlogmgr.cron
-%dir /etc/evlog.d
-/etc/evlog.d/*
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/evlogmgr.cron
+%attr(755,root,root) %dir /etc/evlog.d
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/evlog.d/*
 %attr(754,root,root) /etc/rc.d/init.d/evl*
-# TODO: %attrs etc.
-/var/lib/evlog
+%attr(750,root,root) /var/lib/evlog
 %{_mandir}/man1/evl*.1*
 
 %files devel
@@ -130,6 +128,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/07/13 13:03:47  darekr
+- missing perms, %verify() flag, etc
+
 Revision 1.1  2004/02/25 22:45:09  qboosh
 - initial, NFY
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/evlog.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list