Author: glen                         Date: Mon Aug  3 16:56:14 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- recover dependencies.cfg

---- Files affected:
packages/nagios:
   nagios.spec (1.128 -> 1.129) 

---- Diffs:

================================================================
Index: packages/nagios/nagios.spec
diff -u packages/nagios/nagios.spec:1.128 packages/nagios/nagios.spec:1.129
--- packages/nagios/nagios.spec:1.128   Mon Aug  3 18:52:33 2009
+++ packages/nagios/nagios.spec Mon Aug  3 18:56:09 2009
@@ -41,7 +41,6 @@
 BuildRequires: sed >= 4.0
 BuildRequires: tar >= 1:1.15.1
 Requires(post,preun):  /sbin/chkconfig
-Requires(triggerpostun):       sed >= 4.0
 Requires:      %{name}-common = %{version}-%{release}
 Requires:      /bin/mail
 Requires:      nagios-notify
@@ -348,7 +347,7 @@
 
 %triggerpostun -- nagios < 3.1.2-3
 # restore lost files
-for a in services.cfg serviceextinfo.cfg hosts.cfg hostgroups.cfg 
hostextinfo.cfg escalations.cfg checkcommands.cfg misccommands.cfg; do
+for a in dependencies.cfg services.cfg serviceextinfo.cfg hosts.cfg 
hostgroups.cfg hostextinfo.cfg escalations.cfg checkcommands.cfg 
misccommands.cfg; do
        if [ -f %{_sysconfdir}/$a.rpmsave -a ! -f %{_sysconfdir}/$a ]; then
                mv -f %{_sysconfdir}/$a{.rpmsave,}
        fi
@@ -436,6 +435,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.129  2009/08/03 16:56:09  glen
+- recover dependencies.cfg
+
 Revision 1.128  2009/08/03 16:52:33  glen
 - updated configs from svn (only very bare setup now)
 - drop 2.0 triggers
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios/nagios.spec?r1=1.128&r2=1.129&f=u

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

Reply via email to