SPECS: qmail.spec - never use '<=' in trigger comparision; rel 63
glen
glen at pld-linux.org
Wed Feb 6 22:05:47 CET 2008
Author: glen Date: Wed Feb 6 21:05:47 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- never use '<=' in trigger comparision; rel 63
---- Files affected:
SPECS:
qmail.spec (1.175 -> 1.176)
---- Diffs:
================================================================
Index: SPECS/qmail.spec
diff -u SPECS/qmail.spec:1.175 SPECS/qmail.spec:1.176
--- SPECS/qmail.spec:1.175 Sat Dec 1 17:15:31 2007
+++ SPECS/qmail.spec Wed Feb 6 22:05:41 2008
@@ -34,7 +34,7 @@
Summary(pl.UTF-8): qmail - serwer pocztowy (MTA)
Name: qmail
Version: 1.03
-Release: 62
+Release: 63
License: Public Domain
Group: Networking/Daemons
Source0: http://cr.yp.to/software/%{name}-%{version}.tar.gz
@@ -769,7 +769,7 @@
%{_libdir}/qmail/mkservercert || true
%endif
-%triggerpostun -- %{name} <= 1.03-56.12
+%triggerpostun -- %{name} < 1.03-56.12
# move dot-qmail to new location
if [ -f /etc/qmail/dot-qmail.rpmsave ]; then
echo "Moving /etc/qmail/dot-qmail.rpmsave to /etc/qmail/control/defaultdelivery"
@@ -797,7 +797,7 @@
# this should kill the old instance running on inetd
%service -q rc-inetd reload
-%triggerpostun -- %{name}-pop3 <= 1.03-56.12
+%triggerpostun -- %{name}-pop3 < 1.03-56.12
%service -q rc-inetd reload
%postun
@@ -1181,6 +1181,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.176 2008-02-06 21:05:41 glen
+- never use '<=' in trigger comparision; rel 63
+
Revision 1.175 2007-12-01 16:15:31 qboosh
- /var/qmail -> /var/lib/qmail
- prepared to sanitize /service
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qmail.spec?r1=1.175&r2=1.176&f=u
More information about the pld-cvs-commit
mailing list