Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / glusterfs
Commits: ce48f3ee by Sergej Pupykin at 2025-06-10T03:36:57+03:00 upgpkg: 1:11.1-5 https://gitlab.archlinux.org/archlinux/packaging/packages/glusterfs/-/issues/3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = glusterfs pkgdesc = a cluster file-system capable of scaling to several peta-bytes. pkgver = 11.1 - pkgrel = 4 + pkgrel = 5 epoch = 1 url = https://www.gluster.org/ install = glusterfs.install @@ -9,7 +9,7 @@ pkgbase = glusterfs license = GPL2 license = LGPL3 makedepends = rpcsvc-proto - depends = fuse + depends = fuse3 depends = python depends = libxml2 depends = libaio ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgname=glusterfs epoch=1 pkgver=11.1 _major=${pkgver%%.*} -pkgrel=4 +pkgrel=5 pkgdesc='a cluster file-system capable of scaling to several peta-bytes.' arch=(x86_64) url='https://www.gluster.org/' @@ -20,7 +20,7 @@ backup=('etc/glusterfs/glusterd.vol' 'etc/glusterfs/glusterd.vol' 'etc/glusterfs/glusterfs-georep-logrotate' 'etc/glusterfs/glusterfs-logrotate') -depends=(fuse python libxml2 libaio liburcu attr rpcbind liburing gperftools) +depends=(fuse3 python libxml2 libaio liburcu attr rpcbind liburing gperftools) makedepends=(rpcsvc-proto) optdepends=('glib2: qemu-block' 'python-prettytable: gluster-georep-sshkey') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glusterfs/-/commit/ce48f3eef3e4b2b5e6c280964ea071e229ff9f99 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glusterfs/-/commit/ce48f3eef3e4b2b5e6c280964ea071e229ff9f99 You're receiving this email because of your account on gitlab.archlinux.org.