Author: glen Date: Wed Feb 6 20:45:50 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - never use '<=' in trigger comparision; rel 3
---- Files affected: SPECS: nfs-utils.spec (1.157 -> 1.158) ---- Diffs: ================================================================ Index: SPECS/nfs-utils.spec diff -u SPECS/nfs-utils.spec:1.157 SPECS/nfs-utils.spec:1.158 --- SPECS/nfs-utils.spec:1.157 Sun Nov 18 19:03:31 2007 +++ SPECS/nfs-utils.spec Wed Feb 6 21:45:45 2008 @@ -14,7 +14,7 @@ Summary(uk.UTF-8): Утиліти для NFS та демони підтримки для NFS-сервера ядра Name: nfs-utils Version: 1.1.1 -Release: 2 +Release: 3 License: GPL Group: Networking/Daemons Source0: ftp://ftp.kernel.org/pub/linux/utils/nfs/%{name}-%{version}.tar.gz @@ -310,13 +310,13 @@ fi %endif -%triggerpostun -- %{name} <= 1.1.0-0.rc1.1 +%triggerpostun -- %{name} < 1.1.0-0.rc1.1 /sbin/chkconfig nfs reset %if %{with nfs4} /sbin/chkconfig svcgssd reset %endif -%triggerpostun lock -- %{name}-lock <= 1.1.0-0.rc1.1 +%triggerpostun lock -- %{name}-lock < 1.1.0-0.rc1.1 /sbin/chkconfig nfslock reset %triggerpostun clients -- %{name}-clients < 1.1.0-0.rc1.1 @@ -330,7 +330,7 @@ %endif %if %{with nfs4} -%triggerpostun common -- %{name}-common <= 1.1.0-0.rc1.1 +%triggerpostun common -- %{name}-common < 1.1.0-0.rc1.1 /sbin/chkconfig idmapd reset %endif @@ -419,6 +419,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.158 2008-02-06 20:45:45 glen +- never use '<=' in trigger comparision; rel 3 + Revision 1.157 2007-11-18 18:03:31 arekm - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nfs-utils.spec?r1=1.157&r2=1.158&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
