diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/glusterfs/doinst.sh | 5 | ||||
-rw-r--r-- | network/glusterfs/glusterfs.SlackBuild | 11 | ||||
-rw-r--r-- | network/glusterfs/glusterfs.info | 6 |
3 files changed, 13 insertions, 9 deletions
diff --git a/network/glusterfs/doinst.sh b/network/glusterfs/doinst.sh index 71a4cb940778..be34b56d25e7 100644 --- a/network/glusterfs/doinst.sh +++ b/network/glusterfs/doinst.sh @@ -22,8 +22,11 @@ preserve_perms() { config $NEW } -config etc/ganesha/ganesha-ha.conf.sample.new +config etc/glusterfs/eventsconfig.json.new config etc/glusterfs/glusterd.vol.new +config etc/glusterfs/group-gluster-block.new +config etc/glusterfs/group-metadata-cache.new +config etc/glusterfs/group-nl-cache.new config etc/glusterfs/group-virt.example.new config etc/glusterfs/logger.conf.example.new config etc/logrotate.d/glusterfs-georep.new diff --git a/network/glusterfs/glusterfs.SlackBuild b/network/glusterfs/glusterfs.SlackBuild index 514c3a916200..b165efce7c97 100644 --- a/network/glusterfs/glusterfs.SlackBuild +++ b/network/glusterfs/glusterfs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for GlusterFS -# Copyright (c) 2016 Thomas Szteliga <ts@websafe.pl>, Opole, PL +# Copyright (c) 2016-2017 Thomas Szteliga <ts@websafe.pl>, Opole, PL # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -23,7 +23,7 @@ # THE SOFTWARE. PRGNAM=glusterfs -VERSION=${VERSION:-3.9.1} +VERSION=${VERSION:-3.11.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -98,10 +98,11 @@ rm -f \ install -D -m 0755 extras/command-completion/gluster.bash \ $PKG/etc/bash_completion.d/gluster-bash-completion.sh -mv $PKG/etc/ganesha/ganesha-ha.conf.sample \ - $PKG/etc/ganesha/ganesha-ha.conf.sample.new - +mv $PKG/etc/$PRGNAM/eventsconfig.json $PKG/etc/$PRGNAM/eventsconfig.json.new mv $PKG/etc/$PRGNAM/glusterd.vol $PKG/etc/$PRGNAM/glusterd.vol.new +mv $PKG/etc/$PRGNAM/group-gluster-block $PKG/etc/$PRGNAM/group-gluster-block.new +mv $PKG/etc/$PRGNAM/group-metadata-cache $PKG/etc/$PRGNAM/group-metadata-cache.new +mv $PKG/etc/$PRGNAM/group-nl-cache $PKG/etc/$PRGNAM/group-nl-cache.new mv $PKG/etc/$PRGNAM/group-virt.example $PKG/etc/$PRGNAM/group-virt.example.new mv $PKG/etc/$PRGNAM/logger.conf.example $PKG/etc/$PRGNAM/logger.conf.example.new diff --git a/network/glusterfs/glusterfs.info b/network/glusterfs/glusterfs.info index cd50e93d2cfd..bef8b51f7410 100644 --- a/network/glusterfs/glusterfs.info +++ b/network/glusterfs/glusterfs.info @@ -1,8 +1,8 @@ PRGNAM="glusterfs" -VERSION="3.9.1" +VERSION="3.11.2" HOMEPAGE="https://www.gluster.org/" -DOWNLOAD="https://download.gluster.org/pub/gluster/glusterfs/3.9/3.9.1/glusterfs-3.9.1.tar.gz" -MD5SUM="5e68466012b2d1977865f5176635d05f" +DOWNLOAD="https://download.gluster.org/pub/gluster/glusterfs/3.11/3.11.2/glusterfs-3.11.2.tar.gz" +MD5SUM="d4a047f010cd5805cf780fd8c4723bc7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="liburcu" |