SPECS: lstat.spec - never use '<=' in trigger comparision; rel 18
glen
glen at pld-linux.org
Wed Feb 6 21:26:34 CET 2008
Author: glen Date: Wed Feb 6 20:26:34 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- never use '<=' in trigger comparision; rel 18
---- Files affected:
SPECS:
lstat.spec (1.75 -> 1.76)
---- Diffs:
================================================================
Index: SPECS/lstat.spec
diff -u SPECS/lstat.spec:1.75 SPECS/lstat.spec:1.76
--- SPECS/lstat.spec:1.75 Fri Dec 7 13:45:29 2007
+++ SPECS/lstat.spec Wed Feb 6 21:26:29 2008
@@ -11,7 +11,7 @@
Summary(pl.UTF-8): LinuxStat służy do generowania i prezentacji różnych statystyk
Name: lstat
Version: 2.3.2
-Release: 17
+Release: 18
Epoch: 1
License: GPL
Group: Applications/Networking
@@ -186,7 +186,7 @@
%triggerun cgi -- apache < 2.2.0, apache-base
%webapp_unregister httpd %{_webapp}
-%triggerpostun -- %{name} <= 1:2.3.3-5
+%triggerpostun -- %{name} < 1:2.3.3-6
# FIXME: the version in trigger never released?
if [ -s /etc/apache/conf.d/lstat.conf ]; then
sed -i -e "s#/home/services/apache/lstat/#/usr/share/lstat/#g" /etc/apache/conf.d/lstat.conf
@@ -278,6 +278,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.76 2008-02-06 20:26:29 glen
+- never use '<=' in trigger comparision; rel 18
+
Revision 1.75 2007-12-07 12:45:29 sls
- added long_mountpoint_name.patch
- rel. 17
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lstat.spec?r1=1.75&r2=1.76&f=u
More information about the pld-cvs-commit
mailing list