[packages/nagios-notify] Drop old migration triggers from 0.10 and 0.12-0.7

glen glen at pld-linux.org
Sat Aug 14 01:21:51 CEST 2021


commit 230c4d7263c5c172e95c80edfefb2de45f315c58
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sat Aug 14 02:15:54 2021 +0300

    Drop old migration triggers from 0.10 and 0.12-0.7

 nagios-notify.spec | 40 ----------------------------------------
 1 file changed, 40 deletions(-)
---
diff --git a/nagios-notify.spec b/nagios-notify.spec
index e09a802..eaa6f61 100644
--- a/nagios-notify.spec
+++ b/nagios-notify.spec
@@ -69,46 +69,6 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%triggerpostun -- %{name} < 0.10
-%{__sed} -i -e 's,/usr/sbin/%{name},%{_sbindir}/%{name},' %{_sysconfdir}/plugins/%{name}.cfg
-if [ -f /etc/rc.d/init.d/nagios ]; then
-	%service -q nagios reload
-fi
-
-%triggerpostun -- %{name} < 0.12-0.7
-# recover renamed configs
-for a in %{_sysconfdir}/templates/*.rpmsave; do
-	[ -f $a ] || continue
-	f=${a%%.rpmsave}
-	[ -f $f ] && cp -f $f{,.rpmnew}
-	mv -f $f{.rpmsave,}
-done
-# copy from new files if originals weren't modified but removed by upgrade
-for a in eggdrop jabber sms; do
-	o=%{_sysconfdir}/templates/host-notify-by-$a.tmpl
-	f=%{_sysconfdir}/templates/notify-host-by-$a.tmpl
-	if [ ! -f $o ]; then
-		cp -a $f $o
-	fi
-done
-for a in eggdrop email jabber-embedimage jabber-richtext jabber sms; do
-	o=%{_sysconfdir}/templates/notify-by-$a.tmpl
-	f=%{_sysconfdir}/templates/notify-service-by-$a.tmpl
-	if [ ! -f $o ]; then
-		cp -a $f $o
-	fi
-done
-%banner -e %{name}-0.12 <<'EOF'
-Templates have been renamed to follow Nagios 3.0 naming.
-
-They have been recovered by rpm trigger, but if you want to use new style
-naming these commands might help you out quickly:
-
-# grep -r host-notify-by- /etc/nagios -l | xargs sed -i -e 's,host-notify-by-,notify-host-by-,g'
-# grep -r notify-by- /etc/nagios -l | xargs sed -i -e 's,notify-by-,notify-service-by-,g'
-
-EOF
-
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nagios-notify.git/commitdiff/39713a26525a5611d2e752118a5ce9a29abc3023



More information about the pld-cvs-commit mailing list