SPECS: apache.spec - never use '<=' in trigger comparision; rel 2
glen
glen at pld-linux.org
Wed Feb 6 20:19:11 CET 2008
Author: glen Date: Wed Feb 6 19:19:11 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- never use '<=' in trigger comparision; rel 2
---- Files affected:
SPECS:
apache.spec (1.518 -> 1.519)
---- Diffs:
================================================================
Index: SPECS/apache.spec
diff -u SPECS/apache.spec:1.518 SPECS/apache.spec:1.519
--- SPECS/apache.spec:1.518 Sat Jan 26 13:51:44 2008
+++ SPECS/apache.spec Wed Feb 6 20:19:06 2008
@@ -35,7 +35,7 @@
Summary(tr.UTF-8): Lider WWW tarayıcı
Name: apache
Version: 2.2.8
-Release: 1
+Release: 2
License: Apache Group License
Group: Networking/Daemons
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -2051,7 +2051,7 @@
%groupremove http
fi
-%triggerpostun base -- %{name} <= 2.0.50-6
+%triggerpostun base -- %{name} < 2.0.50-6.9
%banner %{name}-2.0.50-6 << EOF
WARNING!!!
Since apache-2.0.50-6 autoindex module has been separated to package
@@ -2712,6 +2712,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.519 2008-02-06 19:19:06 glen
+- never use '<=' in trigger comparision; rel 2
+
Revision 1.518 2008-01-26 12:51:44 qboosh
- updated init script (added try-restart action)
- dropped unused apache-icons.tar.gz (4 inconsistent icons with unclear origin and license)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache.spec?r1=1.518&r2=1.519&f=u
More information about the pld-cvs-commit
mailing list