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

Andreas Radke andyrtr at archlinux.org
Sat Feb 15 10:07:01 UTC 2020


    Date: Saturday, February 15, 2020 @ 10:07:00
  Author: andyrtr
Revision: 375636

upgpkg: nfs-utils 2.4.3-2: put /var/lib/nfs/{etab,rmtab} under backup control - FS#65500

Modified:
  nfs-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-15 01:43:07 UTC (rev 375635)
+++ PKGBUILD	2020-02-15 10:07:00 UTC (rev 375636)
@@ -8,7 +8,7 @@
 pkgbase=nfs-utils
 pkgname=('nfs-utils' 'nfsidmap')
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://nfs.sourceforge.net'
 makedepends=('libevent' 'sqlite' 'rpcsvc-proto')
@@ -55,7 +55,8 @@
   pkgdesc="Support programs for Network File Systems"
   license=('GPL2')
 
-  backup=(etc/{exports,nfs.conf,nfsmount.conf})
+  backup=(etc/{exports,nfs.conf,nfsmount.conf}
+          var/lib/nfs/{etab,rmtab})
   depends=('rpcbind' 'nfsidmap' 'gssproxy' 'libevent' 'device-mapper')
   optdepends=('sqlite: for nfsdcltrack usage'
               'python: for nfsiostat and mountstats usage')



More information about the arch-commits mailing list