Date: Thursday, April 20, 2023 @ 18:27:14
Author: andyrtr
Revision: 474795
upgpkg: nfs-utils 2.6.3-1: upstream update 2.6.3
Modified:
nfs-utils/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-20 17:17:42 UTC (rev 474794)
+++ PKGBUILD 2023-04-20 18:27:14 UTC (rev 474795)
@@ -7,7 +7,7 @@
pkgbase=nfs-utils
pkgname=('nfs-utils' 'nfsidmap')
-pkgver=2.6.2
+pkgver=2.6.3
pkgrel=1
arch=('x86_64')
url='http://nfs.sourceforge.net'
@@ -16,8 +16,8 @@
source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{xz,sign}
exports
sysusers.d)
-#
https://mirrors.edge.kernel.org/pub/linux/utils/nfs-utils/2.6.2/sha256sums.asc
-sha256sums=('5200873e81c4d610e2462fc262fe18135f2dbe78b7979f95accd159ae64d5011'
+#
https://mirrors.edge.kernel.org/pub/linux/utils/nfs-utils/2.6.3/sha256sums.asc
+sha256sums=('38d89e853a71d3c560ff026af3d969d75e24f782ff68324e76261fe0344459e1'
'SKIP'
'b8238b74179f7e1626db2b637671ddc17288a1c5b7692954ae6d2fbb1be3788d'
'8e1b6aa59cf5539b9da13cfec217b3ca7b6c32e08df3b0a204901ed2891b2ded')
@@ -29,8 +29,6 @@
# fix hardcoded sbin/libexec path to our needs
sed -i "s|sbindir = /sbin|sbindir = /usr/bin|g" utils/*/Makefile.am
sed -i "s|sbin|bin|" utils/nfsidmap/id_resolver.conf
- sed -i "s|sbin|usr/bin|" systemd/50-nfs.conf
- sed -i "s|/sbin|/usr/bin|" systemd/50-nfs.conf
sed -i "s|libexec|bin|" tools/nfsrahead/99-nfs.rules
autoreconf -vfi
}
@@ -69,7 +67,7 @@
backup=(etc/{exports,nfs.conf,nfsmount.conf}
var/lib/nfs/{etab,rmtab})
depends=('rpcbind' 'nfsidmap' 'gssproxy' 'libevent' 'device-mapper')
- optdepends=('sqlite: for nfsdcltrack usage'
+ optdepends=('sqlite: for nfsdcltrack and fsidd usage'
'python: for rpcctl, nfsiostat, nfsdclnts and mountstats usage')
cd "${pkgbase}"-${pkgver}
@@ -117,6 +115,11 @@
cd "${pkgbase}"-${pkgver}
make -C support DESTDIR="$pkgdir" install
+
+ # part of -utils pkg
+ rm -v "$pkgdir"/usr/bin/fsidd
+ rmdir -v "$pkgdir"/usr/bin
+
# config file
install -D -m 644 support/nfsidmap/idmapd.conf "$pkgdir"/etc/idmapd.conf
# license