]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- recover dependencies.cfg
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Aug 2009 16:56:09 +0000 (16:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nagios.spec -> 1.129

nagios.spec

index d4181108a1b6386d17732f5a20548cd366b689a3..30ec5a6e92207a2244d3d9bf7db4e4361ef00c78 100644 (file)
@@ -40,7 +40,6 @@ BuildRequires:        rpmbuild(macros) >= 1.268
 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
@@ -347,7 +346,7 @@ chown root:http %{_sysconfdir}/cgi.cfg
 
 %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
This page took 0.113424 seconds and 4 git commands to generate.