]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- never use '<=' in trigger comparision; rel 3 auto/th/nfs-utils-1_1_1-3 auto/ti/nfs-utils-1_1_1-3
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 6 Feb 2008 20:45:45 +0000 (20:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nfs-utils.spec -> 1.158

nfs-utils.spec

index ecdb0d401431ce0db888b4af7ca14dd763da249d..ca5bce6d876345a9a7a87b7e743501544914fa2c 100644 (file)
@@ -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
 
This page took 0.053917 seconds and 4 git commands to generate.