Date: Monday, October 22, 2018 @ 16:07:07 Author: spupykin Revision: 398412
archrelease: copy trunk to community-x86_64 Added: glusterfs/repos/community-x86_64/PKGBUILD (from rev 398411, glusterfs/trunk/PKGBUILD) glusterfs/repos/community-x86_64/glusterfs.install (from rev 398411, glusterfs/trunk/glusterfs.install) glusterfs/repos/community-x86_64/glusterfs.sysusers (from rev 398411, glusterfs/trunk/glusterfs.sysusers) Deleted: glusterfs/repos/community-x86_64/PKGBUILD glusterfs/repos/community-x86_64/glusterfs.install glusterfs/repos/community-x86_64/glusterfs.sysusers --------------------+ PKGBUILD | 150 +++++++++++++++++++++++++-------------------------- glusterfs.install | 6 +- glusterfs.sysusers | 2 3 files changed, 79 insertions(+), 79 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-10-22 16:06:52 UTC (rev 398411) +++ PKGBUILD 2018-10-22 16:07:07 UTC (rev 398412) @@ -1,75 +0,0 @@ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributors: -# Andrei Antoukh - n...@niwi.be - http://www.niwi.be -# henning mueller <henn...@orgizm.net> - -pkgname=glusterfs -epoch=1 -pkgver=4.1.5 -pkgrel=1 -pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' -arch=(x86_64) -url='http://www.gluster.org/' -license=(GPL2 LGPL3) -install=glusterfs.install -backup=('etc/glusterfs/glusterd.vol' - 'etc/glusterfs/eventsconfig.json' - 'etc/glusterfs/gluster-rsyslog-5.8.conf' - 'etc/glusterfs/gluster-rsyslog-7.2.conf' - 'etc/glusterfs/glusterd.vol' - 'etc/glusterfs/glusterfs-georep-logrotate' - 'etc/glusterfs/glusterfs-logrotate') -depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind) -makedepends=(rpcsvc-proto) -optdepends=('glib2: qemu-block') -#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz) -source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz - glusterfs.sysusers) -sha256sums=('6a7db36b3e067ab42f35039471086faf359bcda0a099191b417e57f66f516c0b' - 'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a') - -prepare() { - cd "$srcdir"/$pkgname-$pkgver - find -type f -name '*.py' -exec sed -i \ - -e 's:env\ python$:env\ python2:' \ - -e 's:/usr/bin/python$:/usr/bin/python2:' {} + -} - -build() { - cd "$srcdir"/$pkgname-$pkgver - ./autogen.sh - ./configure \ - --prefix=/usr \ - --sbindir=/usr/bin \ - --with-mountutildir=/usr/bin \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/share/man \ - --libexecdir=/usr/lib/$pkgname \ - --with-systemddir=/usr/lib/systemd/system \ - --with-tmpfilesdir=/usr/lib/tmpfiles.d \ - --enable-gnfs \ - PYTHON=python2 LEXLIB= - make -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - - make -j1 DESTDIR="$pkgdir" install - - # https://bugzilla.redhat.com/show_bug.cgi?id=1598900 - install -Dm644 "$srcdir"/glusterfs.sysusers \ - "$pkgdir"/usr/lib/sysusers.d/glusterfs.conf - - install -D -m 644 \ - "$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \ - "$pkgdir"/usr/share/doc/glusterfs/ - - cp -rf \ - "$srcdir"/$pkgname-$pkgver/doc/* \ - "$pkgdir"/usr/share/doc/glusterfs/ - rm -rf "$pkgdir"/var/run -} - -# vim:set ts=2 sw=2 et: Copied: glusterfs/repos/community-x86_64/PKGBUILD (from rev 398411, glusterfs/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-10-22 16:07:07 UTC (rev 398412) @@ -0,0 +1,75 @@ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributors: +# Andrei Antoukh - n...@niwi.be - http://www.niwi.be +# henning mueller <henn...@orgizm.net> + +pkgname=glusterfs +epoch=1 +pkgver=5.0 +pkgrel=1 +pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' +arch=(x86_64) +url='http://www.gluster.org/' +license=(GPL2 LGPL3) +install=glusterfs.install +backup=('etc/glusterfs/glusterd.vol' + 'etc/glusterfs/eventsconfig.json' + 'etc/glusterfs/gluster-rsyslog-5.8.conf' + 'etc/glusterfs/gluster-rsyslog-7.2.conf' + 'etc/glusterfs/glusterd.vol' + 'etc/glusterfs/glusterfs-georep-logrotate' + 'etc/glusterfs/glusterfs-logrotate') +depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind) +makedepends=(rpcsvc-proto) +optdepends=('glib2: qemu-block') +#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz) +source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz + glusterfs.sysusers) +sha256sums=('1417208fc98aa0a301ad94aff6917c409fde90d05626678b5b1984c5a2bde2d1' + 'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a') + +prepare() { + cd "$srcdir"/$pkgname-$pkgver + find -type f -name '*.py' -exec sed -i \ + -e 's:env\ python$:env\ python2:' \ + -e 's:/usr/bin/python$:/usr/bin/python2:' {} + +} + +build() { + cd "$srcdir"/$pkgname-$pkgver + ./autogen.sh + ./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --with-mountutildir=/usr/bin \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --mandir=/usr/share/man \ + --libexecdir=/usr/lib/$pkgname \ + --with-systemddir=/usr/lib/systemd/system \ + --with-tmpfilesdir=/usr/lib/tmpfiles.d \ + --enable-gnfs \ + PYTHON=python2 LEXLIB= + make +} + +package() { + cd "$srcdir"/$pkgname-$pkgver + + make -j1 DESTDIR="$pkgdir" install + + # https://bugzilla.redhat.com/show_bug.cgi?id=1598900 + install -Dm644 "$srcdir"/glusterfs.sysusers \ + "$pkgdir"/usr/lib/sysusers.d/glusterfs.conf + + install -D -m 644 \ + "$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \ + "$pkgdir"/usr/share/doc/glusterfs/ + + cp -rf \ + "$srcdir"/$pkgname-$pkgver/doc/* \ + "$pkgdir"/usr/share/doc/glusterfs/ + rm -rf "$pkgdir"/var/run +} + +# vim:set ts=2 sw=2 et: Deleted: glusterfs.install =================================================================== --- glusterfs.install 2018-10-22 16:06:52 UTC (rev 398411) +++ glusterfs.install 2018-10-22 16:07:07 UTC (rev 398412) @@ -1,3 +0,0 @@ -post_upgrade() { - echo "-- Read http://gluster.readthedocs.io/en/latest/Upgrade-Guide/README/ page!" -} Copied: glusterfs/repos/community-x86_64/glusterfs.install (from rev 398411, glusterfs/trunk/glusterfs.install) =================================================================== --- glusterfs.install (rev 0) +++ glusterfs.install 2018-10-22 16:07:07 UTC (rev 398412) @@ -0,0 +1,3 @@ +post_upgrade() { + echo "-- Read https://gluster.readthedocs.io/en/latest/Upgrade-Guide/ page!" +} Deleted: glusterfs.sysusers =================================================================== --- glusterfs.sysusers 2018-10-22 16:06:52 UTC (rev 398411) +++ glusterfs.sysusers 2018-10-22 16:07:07 UTC (rev 398412) @@ -1 +0,0 @@ -u gluster - "GlusterFS daemons" /var/run/gluster - Copied: glusterfs/repos/community-x86_64/glusterfs.sysusers (from rev 398411, glusterfs/trunk/glusterfs.sysusers) =================================================================== --- glusterfs.sysusers (rev 0) +++ glusterfs.sysusers 2018-10-22 16:07:07 UTC (rev 398412) @@ -0,0 +1 @@ +u gluster - "GlusterFS daemons" /var/run/gluster -