[arch-commits] Commit in glusterfs/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Wed Mar 13 02:49:49 UTC 2019
Date: Wednesday, March 13, 2019 @ 02:49:49
Author: eschwartz
Revision: 440774
remove dependency on "which" as it is no longer used
https://bugzilla.redhat.com/show_bug.cgi?id=1593351 released in 5.0 removed
this dependency in favor of a shell builtin
Modified:
glusterfs/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-13 00:24:57 UTC (rev 440773)
+++ PKGBUILD 2019-03-13 02:49:49 UTC (rev 440774)
@@ -19,7 +19,7 @@
'etc/glusterfs/glusterd.vol'
'etc/glusterfs/glusterfs-georep-logrotate'
'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python libxml2 libaio liburcu attr which rpcbind)
+depends=(fuse python libxml2 libaio liburcu attr rpcbind)
makedepends=(rpcsvc-proto)
optdepends=('glib2: qemu-block')
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
More information about the arch-commits
mailing list