SPECS: clamav.spec - never use '<=' in trigger comparision; rel 5

glen glen at pld-linux.org
Wed Feb 6 20:44:00 CET 2008


Author: glen                         Date: Wed Feb  6 19:44:00 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- never use '<=' in trigger comparision; rel 5

---- Files affected:
SPECS:
   clamav.spec (1.232 -> 1.233) 

---- Diffs:

================================================================
Index: SPECS/clamav.spec
diff -u SPECS/clamav.spec:1.232 SPECS/clamav.spec:1.233
--- SPECS/clamav.spec:1.232	Thu Dec 20 18:06:15 2007
+++ SPECS/clamav.spec	Wed Feb  6 20:43:55 2008
@@ -10,7 +10,7 @@
 Summary(pl.UTF-8):	Narzędzie antywirusowe dla Uniksów
 Name:		clamav
 Version:	0.92
-Release:	4
+Release:	5
 Epoch:		0
 License:	GPL
 Group:		Applications
@@ -255,7 +255,7 @@
 	%groupremove clamav
 fi
 
-%triggerpostun -- %{name} <= 0.75.1
+%triggerpostun -- %{name} < 0.80
 if [ -f /etc/clamav.conf.rpmsave ]; then
 	echo "Renaming config to new name /etc/clamd.conf"
 	mv -f /etc/clamd.conf /etc/clamd.conf.rpmnew
@@ -360,6 +360,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.233  2008-02-06 19:43:55  glen
+- never use '<=' in trigger comparision; rel 5
+
 Revision 1.232  2007-12-20 17:06:15  megabajt
 - added CVE references for revision 1.229
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/clamav.spec?r1=1.232&r2=1.233&f=u



More information about the pld-cvs-commit mailing list