packages: lenya/lenya.spec - mark whole /var/lib/nenya as %config. If user ...
pawelz
pawelz at pld-linux.org
Fri Oct 9 15:01:53 CEST 2009
Author: pawelz Date: Fri Oct 9 13:01:53 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- mark whole /var/lib/nenya as %config. If user modify default publication it
shouldn't be overwritten by upgrades!
---- Files affected:
packages/lenya:
lenya.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: packages/lenya/lenya.spec
diff -u packages/lenya/lenya.spec:1.9 packages/lenya/lenya.spec:1.10
--- packages/lenya/lenya.spec:1.9 Fri Oct 9 14:03:11 2009
+++ packages/lenya/lenya.spec Fri Oct 9 15:01:48 2009
@@ -88,7 +88,7 @@
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lenya/*
%config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/tomcat/conf/Catalina/localhost/lenya.xml
%{_datadir}/lenya
-%attr(2775,root,servlet) %{_sharedstatedir}/lenya
+%config(noreplace) %verify(not md5 mtime size) %attr(2775,root,servlet) %{_sharedstatedir}/lenya
%attr(2775,root,servlet) %dir /var/log/lenya
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -97,6 +97,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2009/10/09 13:01:48 pawelz
+- mark whole /var/lib/nenya as %config. If user modify default publication it
+ shouldn't be overwritten by upgrades!
+
Revision 1.9 2009/10/09 12:03:11 pawelz
- fixed path in %install
- rel 0.2 (is it ready for rel 1?)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lenya/lenya.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list