SPECS: munin.spec - NOOOOOOOOOOooooooooooo, do not use <= in triggers!!! (c...

glen glen at pld-linux.org
Mon Mar 16 21:43:46 CET 2009


Author: glen                         Date: Mon Mar 16 20:43:46 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NOOOOOOOOOOooooooooooo, do not use <= in triggers!!! (causes triggers ran every upgrade); rel 6

---- Files affected:
SPECS:
   munin.spec (1.69 -> 1.70) 

---- Diffs:

================================================================
Index: SPECS/munin.spec
diff -u SPECS/munin.spec:1.69 SPECS/munin.spec:1.70
--- SPECS/munin.spec:1.69	Mon Mar 16 21:39:43 2009
+++ SPECS/munin.spec	Mon Mar 16 21:43:41 2009
@@ -10,7 +10,7 @@
 Summary(pl.UTF-8):	Munin - agent danych RRD Linpro
 Name:		munin
 Version:	1.3.4
-Release:	5
+Release:	6
 License:	GPL
 Group:		Applications/WWW
 Source0:	http://dl.sourceforge.net/munin/%{name}_%{version}.tar.gz
@@ -177,7 +177,7 @@
 %triggerun -- lighttpd
 %webapp_unregister lighttpd %{_webapp}
 
-%triggerpostun -- munin <= 1.3.4-4
+%triggerpostun -- munin < 1.3.4-5
 # rescue app config
 if [ -f /etc/munin/munin.conf.rpmsave ]; then
 	mv -f %{_webapps}/%{_webapp}/munin.conf{,.rpmnew}
@@ -185,7 +185,7 @@
 fi
 # move RRDs to new location
 cd /var/lib/munin
-for i in * ; do
+for i in *; do
 	case "$i" in
 		db|html|plugin-state) ;;
 		*) mv -f "$i" db/ ;;
@@ -286,6 +286,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.70  2009/03/16 20:43:41  glen
+- NOOOOOOOOOOooooooooooo, do not use <= in triggers!!! (causes triggers ran every upgrade); rel 6
+
 Revision 1.69  2009/03/16 20:39:43  baggins
 - /etc/munin dir is only needed by client now
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/munin.spec?r1=1.69&r2=1.70&f=u



More information about the pld-cvs-commit mailing list