Date: Monday, May 25, 2015 @ 15:34:20 Author: spupykin Revision: 134056
upgpkg: glusterfs 3.7.0-1 upd Modified: glusterfs/trunk/PKGBUILD glusterfs/trunk/glusterfs.install -------------------+ PKGBUILD | 8 ++++---- glusterfs.install | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-25 12:04:05 UTC (rev 134055) +++ PKGBUILD 2015-05-25 13:34:20 UTC (rev 134056) @@ -5,7 +5,7 @@ # henning mueller <[email protected]> pkgname=glusterfs -pkgver=3.6.2 +pkgver=3.7.0 pkgrel=1 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' arch=(i686 x86_64) @@ -12,12 +12,12 @@ url='http://www.gluster.org/' license=(GPL2 LGPL3) install=glusterfs.install -depends=(fuse python2 libxml2 libaio) +depends=(fuse python2 libxml2 libaio liburcu) makedepends=(flex bison) optdepends=('rpcbind: NFS' 'glib2: qemu-block') source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz) -md5sums=('36fd4ecd3eb9cde0de64c13146bead02') +md5sums=('51789050e4f7824146f02191f03b779b') prepare() { cd $srcdir/$pkgname-$pkgver @@ -51,7 +51,7 @@ echo "d /var/run/glusterfs 0755 root root -" >$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf install -D -m 644 \ - $srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \ + $srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \ $pkgdir/usr/share/doc/glusterfs/ cp -rf \ Modified: glusterfs.install =================================================================== --- glusterfs.install 2015-05-25 12:04:05 UTC (rev 134055) +++ glusterfs.install 2015-05-25 13:34:20 UTC (rev 134056) @@ -4,4 +4,5 @@ post_upgrade() { systemd-tmpfiles --create glusterfs.conf + echo "-- Read http://www.gluster.org/community/documentation/index.php/Upgrade_to_3.7 page!" }
