SPECS: apache1.spec - never use '<=' in trigger comparision; rel 2

glen glen at pld-linux.org
Wed Feb 6 20:41:05 CET 2008


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

---- Files affected:
SPECS:
   apache1.spec (1.186 -> 1.187) 

---- Diffs:

================================================================
Index: SPECS/apache1.spec
diff -u SPECS/apache1.spec:1.186 SPECS/apache1.spec:1.187
--- SPECS/apache1.spec:1.186	Sat Jan 26 15:29:45 2008
+++ SPECS/apache1.spec	Wed Feb  6 20:41:00 2008
@@ -33,7 +33,7 @@
 Summary(zh_CN.UTF-8):	Internet 上应用最广泛的 Web 服务程序。
 Name:		apache1
 Version:	1.3.41
-Release:	1
+Release:	2
 License:	Apache Group
 Group:		Networking/Daemons
 Source0:	http://www.apache.org/dist/httpd/apache_%{version}.tar.gz
@@ -1552,7 +1552,7 @@
 	' /etc/apache/apache.conf
 fi
 
-%triggerpostun base -- %{name} <= 1.3.31-5
+%triggerpostun base -- %{name} < 1.3.31-5.9
 %banner %{name} -e -a <<EOF
 WARNING!!!
  Since 1.3.31-5 version autoindex module has been separated to package %{name}-mod_autoindex
@@ -1604,7 +1604,7 @@
 ' /etc/apache/apache.conf
 fi
 
-%triggerpostun mod_auth_db -- apache-mod_auth_db <= 1.3.20-2
+%triggerpostun mod_auth_db -- apache-mod_auth_db < 1.3.20-16
 sed -i -e '/^\(Add\|Load\)Module.*mod_auth_dbm\.\(so\|c\)/d' /etc/apache/apache.conf
 
 %triggerpostun mod_autoindex -- apache1-mod_autoindex < 1.3.33-1.85
@@ -2489,6 +2489,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.187  2008-02-06 19:41:00  glen
+- never use '<=' in trigger comparision; rel 2
+
 Revision 1.186  2008-01-26 14:29:45  qboosh
 - updated init script (added try-restart action)
 - updated PLD patch to make branding less invasive
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1.spec?r1=1.186&r2=1.187&f=u



More information about the pld-cvs-commit mailing list