diff options
-rw-r--r-- | main/nfs-utils/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/nfs-utils/APKBUILD b/main/nfs-utils/APKBUILD index 384c0516cc..620a420c22 100644 --- a/main/nfs-utils/APKBUILD +++ b/main/nfs-utils/APKBUILD @@ -2,17 +2,17 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=nfs-utils pkgver=2.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="kernel-mode NFS" url="http://linux-nfs.org" arch="all" -license="GPL" +license="GPL-2.0+, BSD-3-Clause" depends="rpcbind" options="suid" makedepends="util-linux-dev libtirpc-dev libcap-dev libevent-dev libnfsidmap-dev keyutils-dev lvm2-dev krb5-dev sqlite-dev autoconf automake libtool bsd-compat-headers" -subpackages="$pkgname-doc $pkgname-dbg rpcgen" +subpackages="$pkgname-doc $pkgname-dbg $pkgname-openrc rpcgen" source="https://www.kernel.org/pub/linux/utils/nfs-utils/$pkgver/nfs-utils-$pkgver.tar.gz 0011-exportfs-only-do-glibc-specific-hackery-on-glibc.patch @@ -61,7 +61,7 @@ build() { make } -# Simple test, make tests does nothing +# Simple test, `make check` requires running nfsd check() { cd $builddir ./utils/showmount/showmount -v |