Author: nanardon
Date: Tue Oct 31 01:34:13 2006
New Revision: 73898

Modified:
   packages/cooker/mmm/current/SPECS/mmm.spec

Log:
- fix config file packaging

Modified: packages/cooker/mmm/current/SPECS/mmm.spec
==============================================================================
--- packages/cooker/mmm/current/SPECS/mmm.spec  (original)
+++ packages/cooker/mmm/current/SPECS/mmm.spec  Tue Oct 31 01:34:13 2006
@@ -86,7 +86,7 @@
 %files
 %defattr(-,root,root)
 %doc examples www/index.html
-%config %_sysconfdir/%name
+%config(noreplace) %_sysconfdir/%name
 %_bindir/*
 %{perl_vendorlib}/*
 %{_mandir}/*/*
@@ -94,4 +94,4 @@
 
 %files cgi
 %defattr(-,root,root)
-%{_webappconfdir}/%{name}.conf
+%config(noreplace) %{_webappconfdir}/%{name}.conf

Reply via email to