glusterfs: update to 8.1
This commit is contained in:
parent
d2758b4cfc
commit
eba9ea68a7
2 changed files with 3 additions and 3 deletions
|
@ -1486,6 +1486,7 @@ libgfchangelog.so.0 libglusterfs-3.8.0_1
|
||||||
libgfrpc.so.0 libglusterfs-3.8.0_1
|
libgfrpc.so.0 libglusterfs-3.8.0_1
|
||||||
libgfxdr.so.0 libglusterfs-3.8.0_1
|
libgfxdr.so.0 libglusterfs-3.8.0_1
|
||||||
libgfapi.so.0 libglusterfs-3.8.0_1
|
libgfapi.so.0 libglusterfs-3.8.0_1
|
||||||
|
libglusterd.so.0 libglusterfs-8.1_1
|
||||||
libsnapper.so.5 libsnapper-0.4.1_1
|
libsnapper.so.5 libsnapper-0.4.1_1
|
||||||
libtsm.so.3 libtsm-3_1
|
libtsm.so.3 libtsm-3_1
|
||||||
libxine.so.2 libxine-1.2.4_1
|
libxine.so.2 libxine-1.2.4_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'glusterfs'
|
# Template file for 'glusterfs'
|
||||||
pkgname=glusterfs
|
pkgname=glusterfs
|
||||||
version=7.8
|
version=8.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
|
configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Noel Cower <ncower@nil.dev>"
|
||||||
license="GPL-2.0-or-later, LGPL-3.0-only"
|
license="GPL-2.0-or-later, LGPL-3.0-only"
|
||||||
homepage="https://www.gluster.org/"
|
homepage="https://www.gluster.org/"
|
||||||
distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=ee83f96a7caf10596231dbf2f1e80f257629067485d4ef26216c69bb4a3ed545
|
checksum=89bc6d9c933119924f19f2681706883eed331efe0f8a20a2e6b12a290ca00d32
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) broken="not yet supported";;
|
*-musl) broken="not yet supported";;
|
||||||
|
@ -36,7 +36,6 @@ glusterfs-server_package() {
|
||||||
/etc/glusterfs/glusterd.vol"
|
/etc/glusterfs/glusterd.vol"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc/glusterfs
|
vmove etc/glusterfs
|
||||||
vmove usr/bin/glfsheal
|
|
||||||
vmove usr/bin/gluster
|
vmove usr/bin/gluster
|
||||||
vmove usr/bin/glusterd
|
vmove usr/bin/glusterd
|
||||||
vmove usr/share/man/man8/gluster.8
|
vmove usr/share/man/man8/gluster.8
|
||||||
|
|
Loading…
Reference in a new issue