From a0b34f6dd13517ee2f263510c75a5a0311abab17 Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 6 Dec 2024 21:14:39 +0100 Subject: [PATCH] * update glusterfs to 1:11.1-3 --- glusterfs/.SRCINFO | 39 +++++++++++++++++++++++++++++++++++++++ glusterfs/PKGBUILD | 3 +-- 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 glusterfs/.SRCINFO diff --git a/glusterfs/.SRCINFO b/glusterfs/.SRCINFO new file mode 100644 index 0000000000..9a27f6bf11 --- /dev/null +++ b/glusterfs/.SRCINFO @@ -0,0 +1,39 @@ +pkgbase = glusterfs + pkgdesc = a cluster file-system capable of scaling to several peta-bytes. + pkgver = 11.1 + pkgrel = 3 + epoch = 1 + url = https://www.gluster.org/ + install = glusterfs.install + arch = x86_64 + arch = powerpc64le + arch = powerpc64 + arch = powerpc + arch = riscv64 + license = GPL2 + license = LGPL3 + makedepends = rpcsvc-proto + depends = fuse + depends = python + depends = libxml2 + depends = libaio + depends = liburcu + depends = attr + depends = rpcbind + depends = liburing + depends = gperftools + optdepends = glib2: qemu-block + optdepends = python-prettytable: gluster-georep-sshkey + backup = etc/glusterfs/glusterd.vol + backup = etc/glusterfs/eventsconfig.json + backup = etc/glusterfs/gluster-rsyslog-5.8.conf + backup = etc/glusterfs/gluster-rsyslog-7.2.conf + backup = etc/glusterfs/glusterd.vol + backup = etc/glusterfs/glusterfs-georep-logrotate + backup = etc/glusterfs/glusterfs-logrotate + source = https://download.gluster.org/pub/gluster/glusterfs/11/11.1/glusterfs-11.1.tar.gz + source = glusterfs.sysusers + sha256sums = 6a31b8450d02cd12f47f4571c031e9d6b8705279a0e8970ae9a05e1c87dffb76 + sha256sums = a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a + +pkgname = glusterfs diff --git a/glusterfs/PKGBUILD b/glusterfs/PKGBUILD index 52abf0dffc..4625a18675 100644 --- a/glusterfs/PKGBUILD +++ b/glusterfs/PKGBUILD @@ -1,4 +1,3 @@ -# POWER Maintainer: Alexander Baldeck # Maintainer: Sergej Pupykin # Contributors: # Andrei Antoukh - niwi@niwi.be - https://www.niwi.be @@ -8,7 +7,7 @@ pkgname=glusterfs epoch=1 pkgver=11.1 _major=${pkgver%%.*} -pkgrel=2.1 +pkgrel=3 pkgdesc='a cluster file-system capable of scaling to several peta-bytes.' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url='https://www.gluster.org/'