[arch-commits] Commit in nfs-utils/trunk (PKGBUILD nfs-utils.install)

Tobias Powalowski tpowa at nymeria.archlinux.org
Thu Jul 3 07:05:31 UTC 2014


    Date: Thursday, July 3, 2014 @ 09:05:31
  Author: tpowa
Revision: 216385

upgpkg: nfs-utils 1.3.0-3

fix install message showing on upgrade

Modified:
  nfs-utils/trunk/PKGBUILD
  nfs-utils/trunk/nfs-utils.install

-------------------+
 PKGBUILD          |    2 +-
 nfs-utils.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-03 06:26:12 UTC (rev 216384)
+++ PKGBUILD	2014-07-03 07:05:31 UTC (rev 216385)
@@ -7,7 +7,7 @@
 
 pkgname=nfs-utils
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Support programs for Network File Systems"
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'

Modified: nfs-utils.install
===================================================================
--- nfs-utils.install	2014-07-03 06:26:12 UTC (rev 216384)
+++ nfs-utils.install	2014-07-03 07:05:31 UTC (rev 216385)
@@ -14,7 +14,7 @@
 ## arg 1:  the new package version
 ## arg 2:  the old package version
 post_upgrade() {
-  if [ "$(vercmp $2 1.2.9-5)" -lt 0 ]; then
+  if [ "$(vercmp $2 1.3.0-3)" -lt 0 ]; then
 cat << 'EOM'
   ==> IMPORTANT 1.3.0 NFS UTILS CHANGES:
   ==> This is a rather important upgrade, you are going to have to change systemd services files.




More information about the arch-commits mailing list