From: Elan Ruusamäe Date: Wed, 6 Feb 2008 20:45:45 +0000 (+0000) Subject: - never use '<=' in trigger comparision; rel 3 X-Git-Tag: auto/th/nfs-utils-1_1_1-3 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=6f71fa60e58ee299ef6c8c645d5bca14c235fd57;p=packages%2Fnfs-utils.git - never use '<=' in trigger comparision; rel 3 Changed files: nfs-utils.spec -> 1.158 --- diff --git a/nfs-utils.spec b/nfs-utils.spec index ecdb0d4..ca5bce6 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -13,7 +13,7 @@ Summary(ru.UTF-8): Утилиты для NFS и демоны поддержки 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 @@ -309,13 +309,13 @@ if [ "$1" = "0" ]; then 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 @@ -329,7 +329,7 @@ fi %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