SPECS: A3Com.spec - missing dir - added %config %verify for config...
darekr
darekr at pld-linux.org
Wed Oct 12 12:10:53 CEST 2005
Author: darekr Date: Wed Oct 12 10:10:53 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- missing dir
- added %config %verify for config file
---- Files affected:
SPECS:
A3Com.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/A3Com.spec
diff -u SPECS/A3Com.spec:1.9 SPECS/A3Com.spec:1.10
--- SPECS/A3Com.spec:1.9 Sun Oct 24 21:57:19 2004
+++ SPECS/A3Com.spec Wed Oct 12 12:10:48 2005
@@ -85,8 +85,9 @@
%defattr(644,root,root,755)
%doc CHANGELOG TODO README test.pl
%attr(777,root,root) %dir /var/lib/A3Com
-%attr(644,root,root) %{_sysconfdir}/a3com.conf
+%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/a3com.conf
%attr(755,root,root) %{_bindir}/*
+%dir %{perl_vendorlib}/A3Com
%{perl_vendorlib}/A3Com/*.pm
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -95,6 +96,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2005/10/12 10:10:48 darekr
+- missing dir
+- added %config %verify for config file
+
Revision 1.9 2004/10/24 19:57:19 paladine
- spaces->tabs
- cleanups
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/A3Com.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list