Author: glen                         Date: Wed Nov 30 13:07:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- core.php is not %config(noreplace) so it should not be rescued in trigger

---- Files affected:
SPECS:
   eventum.spec (1.124 -> 1.125) 

---- Diffs:

================================================================
Index: SPECS/eventum.spec
diff -u SPECS/eventum.spec:1.124 SPECS/eventum.spec:1.125
--- SPECS/eventum.spec:1.124    Mon Nov 28 10:57:04 2005
+++ SPECS/eventum.spec  Wed Nov 30 14:07:39 2005
@@ -19,7 +19,7 @@
 # release candidate
 #define _rc            RC1
 
-%define        _rel    4.19
+%define        _rel    4.21
 
 %if 0%{?_rc:1}
 %define        _source http://pessoal.org/%{name}-%{version}-%{_rc}.tar.gz
@@ -775,7 +775,7 @@
 fi
 
 # regular configs
-for i in apache.conf config.php core.php private_key.php setup.php; do
+for i in apache.conf config.php private_key.php setup.php; do
        if [ -f /etc/eventum/$i.rpmsave ]; then
                mv -f %{_sysconfdir}/$i{,.rpmnew}
                mv -f /etc/eventum/$i.rpmsave %{_sysconfdir}/$i
@@ -923,6 +923,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.125  2005/11/30 13:07:39  glen
+- core.php is not %config(noreplace) so it should not be rescued in trigger
+
 Revision 1.124  2005/11/28 09:57:04  glen
 - fix dead symlink
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.124&r2=1.125&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to