[arch-commits] Commit in glusterfs/repos (4 files)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 18:44:51
  Author: foutrelis
Revision: 753168

archrelease: copy trunk to community-staging-x86_64

Added:
  glusterfs/repos/community-staging-x86_64/
  glusterfs/repos/community-staging-x86_64/PKGBUILD
(from rev 753167, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-staging-x86_64/glusterfs.install
(from rev 753167, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-staging-x86_64/glusterfs.sysusers
(from rev 753167, glusterfs/trunk/glusterfs.sysusers)

+
 PKGBUILD   |   73 +++
 glusterfs.install  |3 ++
 glusterfs.sysusers |1 
 3 files changed, 77 insertions(+)

Copied: glusterfs/repos/community-staging-x86_64/PKGBUILD (from rev 753167, 
glusterfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-12 18:44:51 UTC (rev 753168)
@@ -0,0 +1,73 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=8.2
+_major=${pkgver%%.*}
+pkgrel=2
+pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='https://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 python libxml2 libaio liburcu attr rpcbind)
+makedepends=(rpcsvc-proto)
+optdepends=('glib2: qemu-block'
+   'python-prettytable: gluster-georep-sshkey')
+source=(https://download.gluster.org/pub/gluster/glusterfs/${_major}/$pkgver/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('bd68e6368a4805caaa60f58395bd771517e085ccbd7f3bb12810b22aaa64c8a8'
+'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./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 \
+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-staging-x86_64/glusterfs.install (from rev 
753167, glusterfs/trunk/glusterfs.install)
===
--- community-staging-x86_64/glusterfs.install  (rev 0)
+++ community-staging-x86_64/glusterfs.install  2020-11-12 18:44:51 UTC (rev 
753168)
@@ -0,0 +1,3 @@
+post_upgrade() {
+  echo "-- Read https://gluster.readthedocs.io/en/latest/Upgrade-Guide/ page!"
+}

Copied: glusterfs/repos/community-staging-x86_64/glusterfs.sysusers (from rev 
753167, glusterfs/trunk/glusterfs.sysusers)
===
--- community-staging-x86_64/glusterfs.sysusers (rev 0)
+++ community-staging-x86_64/glusterfs.sysusers 2020-11-12 18:44:51 UTC (rev 
753168)
@@ -0,0 +1 @@
+u gluster - "GlusterFS daemons" /var/run/gluster -


[arch-commits] Commit in glusterfs/repos (4 files)

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Friday, October 25, 2019 @ 20:16:33
  Author: foutrelis
Revision: 519829

archrelease: copy trunk to community-staging-x86_64

Added:
  glusterfs/repos/community-staging-x86_64/
  glusterfs/repos/community-staging-x86_64/PKGBUILD
(from rev 519828, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-staging-x86_64/glusterfs.install
(from rev 519828, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-staging-x86_64/glusterfs.sysusers
(from rev 519828, glusterfs/trunk/glusterfs.sysusers)

+
 PKGBUILD   |   73 +++
 glusterfs.install  |3 ++
 glusterfs.sysusers |1 
 3 files changed, 77 insertions(+)

Copied: glusterfs/repos/community-staging-x86_64/PKGBUILD (from rev 519828, 
glusterfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-25 20:16:33 UTC (rev 519829)
@@ -0,0 +1,73 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=7.0
+pkgrel=2
+pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='https://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 python libxml2 libaio liburcu attr rpcbind)
+makedepends=(rpcsvc-proto)
+optdepends=('glib2: qemu-block'
+   'python-prettytable: gluster-georep-sshkey')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/LATEST/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('8a872518bf9bd4dc1568f45c716bcde09e3bf7abf5b156ea90405e0fc2e9f07b'
+'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./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 \
+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-staging-x86_64/glusterfs.install (from rev 
519828, glusterfs/trunk/glusterfs.install)
===
--- community-staging-x86_64/glusterfs.install  (rev 0)
+++ community-staging-x86_64/glusterfs.install  2019-10-25 20:16:33 UTC (rev 
519829)
@@ -0,0 +1,3 @@
+post_upgrade() {
+  echo "-- Read https://gluster.readthedocs.io/en/latest/Upgrade-Guide/ page!"
+}

Copied: glusterfs/repos/community-staging-x86_64/glusterfs.sysusers (from rev 
519828, glusterfs/trunk/glusterfs.sysusers)
===
--- community-staging-x86_64/glusterfs.sysusers (rev 0)
+++ community-staging-x86_64/glusterfs.sysusers 2019-10-25 20:16:33 UTC (rev 
519829)
@@ -0,0 +1 @@
+u gluster - "GlusterFS daemons" /var/run/gluster -


[arch-commits] Commit in glusterfs/repos (4 files)

2019-01-10 Thread Felix Yan via arch-commits
Date: Friday, January 11, 2019 @ 01:07:39
  Author: felixonmars
Revision: 422197

archrelease: copy trunk to community-staging-x86_64

Added:
  glusterfs/repos/community-staging-x86_64/
  glusterfs/repos/community-staging-x86_64/PKGBUILD
(from rev 422196, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-staging-x86_64/glusterfs.install
(from rev 422196, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-staging-x86_64/glusterfs.sysusers
(from rev 422196, glusterfs/trunk/glusterfs.sysusers)

+
 PKGBUILD   |   75 +++
 glusterfs.install  |3 ++
 glusterfs.sysusers |1 
 3 files changed, 79 insertions(+)

Copied: glusterfs/repos/community-staging-x86_64/PKGBUILD (from rev 422196, 
glusterfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-11 01:07:39 UTC (rev 422197)
@@ -0,0 +1,75 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=5.2
+pkgrel=2
+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=('842eaff5e7abb1bb56b00127ceb1ffb9dc62ffc6ce3fa851fb434f4989b76d2f'
+'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-staging-x86_64/glusterfs.install (from rev 
422196, glusterfs/trunk/glusterfs.install)
===
--- community-staging-x86_64/glusterfs.install  (rev 0)
+++ community-staging-x86_64/glusterfs.install  2019-01-11 01:07:39 UTC (rev 
422197)
@@ -0,0 +1,3 @@
+post_upgrade() {
+  echo "-- Read https://gluster.readthedocs.io/en/latest/Upgrade-Guide/ page!"
+}

Copied: glusterfs/repos/community-staging-x86_64/glusterfs.sysusers (from rev 
422196, glusterfs/trunk/glusterfs.sysusers)
===
--- community-staging-x86_64/glusterfs.sysusers (rev 0)
+++ community-staging-x86_64/glusterfs.sysusers 2019-01-11 01:07:39 UTC (rev 
422197)
@@ -0,0 +1 @@
+u gluster - "GlusterFS daemons" /var/run/gluster -


[arch-commits] Commit in glusterfs/repos (4 files)

2018-10-22 Thread Evangelos Foutras via arch-commits
Date: Monday, October 22, 2018 @ 23:55:26
  Author: foutrelis
Revision: 398617

archrelease: copy trunk to community-staging-x86_64

Added:
  glusterfs/repos/community-staging-x86_64/
  glusterfs/repos/community-staging-x86_64/PKGBUILD
(from rev 398616, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-staging-x86_64/glusterfs.install
(from rev 398616, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-staging-x86_64/glusterfs.sysusers
(from rev 398616, glusterfs/trunk/glusterfs.sysusers)

+
 PKGBUILD   |   75 +++
 glusterfs.install  |3 ++
 glusterfs.sysusers |1 
 3 files changed, 79 insertions(+)

Copied: glusterfs/repos/community-staging-x86_64/PKGBUILD (from rev 398616, 
glusterfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-22 23:55:26 UTC (rev 398617)
@@ -0,0 +1,75 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=5.0
+pkgrel=2
+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:

Copied: glusterfs/repos/community-staging-x86_64/glusterfs.install (from rev 
398616, glusterfs/trunk/glusterfs.install)
===
--- community-staging-x86_64/glusterfs.install  (rev 0)
+++ community-staging-x86_64/glusterfs.install  2018-10-22 23:55:26 UTC (rev 
398617)
@@ -0,0 +1,3 @@
+post_upgrade() {
+  echo "-- Read https://gluster.readthedocs.io/en/latest/Upgrade-Guide/ page!"
+}

Copied: glusterfs/repos/community-staging-x86_64/glusterfs.sysusers (from rev 
398616, glusterfs/trunk/glusterfs.sysusers)
===
--- community-staging-x86_64/glusterfs.sysusers (rev 0)
+++ community-staging-x86_64/glusterfs.sysusers 2018-10-22 23:55:26 UTC (rev 
398617)
@@ -0,0 +1 @@
+u gluster - "GlusterFS daemons" /var/run/gluster -


[arch-commits] Commit in glusterfs/repos (4 files)

2018-08-06 Thread Felix Yan via arch-commits
Date: Monday, August 6, 2018 @ 22:12:30
  Author: felixonmars
Revision: 369954

archrelease: copy trunk to community-staging-x86_64

Added:
  glusterfs/repos/community-staging-x86_64/
  glusterfs/repos/community-staging-x86_64/PKGBUILD
(from rev 369953, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-staging-x86_64/glusterfs.install
(from rev 369953, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-staging-x86_64/glusterfs.sysusers
(from rev 369953, glusterfs/trunk/glusterfs.sysusers)

+
 PKGBUILD   |   76 +++
 glusterfs.install  |3 ++
 glusterfs.sysusers |1 
 3 files changed, 80 insertions(+)

Copied: glusterfs/repos/community-staging-x86_64/PKGBUILD (from rev 369953, 
glusterfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-06 22:12:30 UTC (rev 369954)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=4.1.2
+pkgrel=2
+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=('6f0b01c082fec65134eea43b2e4df8d4b55269f43b7d330e81eaad920d7c63e5'
+'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-staging-x86_64/glusterfs.install (from rev 
369953, glusterfs/trunk/glusterfs.install)
===
--- community-staging-x86_64/glusterfs.install  (rev 0)
+++ community-staging-x86_64/glusterfs.install  2018-08-06 22:12:30 UTC (rev 
369954)
@@ -0,0 +1,3 @@
+post_upgrade() {
+  echo "-- Read http://gluster.readthedocs.io/en/latest/Upgrade-Guide/README/ 
page!"
+}

Copied: glusterfs/repos/community-staging-x86_64/glusterfs.sysusers (from rev 
369953, glusterfs/trunk/glusterfs.sysusers)
===
--- community-staging-x86_64/glusterfs.sysusers (rev 0)
+++ community-staging-x86_64/glusterfs.sysusers 2018-08-06 22:12:30 UTC (rev 
369954)
@@ -0,0 +1 @@
+u gluster - "GlusterFS daemons" /var/run/gluster -


[arch-commits] Commit in glusterfs/repos (4 files)

2014-05-07 Thread Sergej Pupykin
Date: Wednesday, May 7, 2014 @ 16:49:12
  Author: spupykin
Revision: 110808

archrelease: copy trunk to community-i686, community-x86_64

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 110807, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 110807, glusterfs/trunk/PKGBUILD)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  114 
 community-i686/PKGBUILD   |   56 -
 community-x86_64/PKGBUILD |   56 -
 3 files changed, 114 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-07 14:48:57 UTC (rev 110807)
+++ community-i686/PKGBUILD 2014-05-07 14:49:12 UTC (rev 110808)
@@ -1,56 +0,0 @@
-# $Id$
-# 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
-pkgver=3.4.2
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('7c05304a9aca3c85ff27458461783623')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./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 \
-PYTHON=python2
-
-  make
-
-  sed -i s:env\ python:env\ python2: \
-xlators/features/marker/utils/syncdaemon/gsyncd.py
-  sed -i s:/usr/bin/python:/usr/bin/python2: \
-contrib/ipaddr-py/ipaddr.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 110807, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-07 14:49:12 UTC (rev 110808)
@@ -0,0 +1,57 @@
+# $Id$
+# 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
+pkgver=3.5.0
+_basever=`echo $pkgver | cut -f1-2 -d.`
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+depends=(fuse python2 libxml2)
+makedepends=(flex bison)
+source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('5c141ba3e5306d550d9092e3d1ad6d50')
+
+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
+  ./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 \
+PYTHON=python2 LEXLIB=
+  ./gen-headers.py
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+$pkgdir/usr/share/doc/glusterfs/
+
+  cp -rf \
+$srcdir/$pkgname-$pkgver/doc/* \
+$pkgdir/usr/share/doc/glusterfs/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-07 14:48:57 UTC (rev 110807)
+++ community-x86_64/PKGBUILD   2014-05-07 14:49:12 UTC (rev 110808)
@@ -1,56 +0,0 @@
-# $Id$
-# 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
-pkgver=3.4.2
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)

[arch-commits] Commit in glusterfs/repos (4 files)

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 11:51:26
  Author: spupykin
Revision: 103705

archrelease: copy trunk to community-i686, community-x86_64

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 103704, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 103704, glusterfs/trunk/PKGBUILD)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  112 
 community-i686/PKGBUILD   |   56 --
 community-x86_64/PKGBUILD |   56 --
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-10 10:51:13 UTC (rev 103704)
+++ community-i686/PKGBUILD 2014-01-10 10:51:26 UTC (rev 103705)
@@ -1,56 +0,0 @@
-# $Id$
-# 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
-pkgver=3.4.1
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('dce3d066b7351b360454ea9ca4cabe4c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./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 \
-PYTHON=python2
-
-  make
-
-  sed -i s:env\ python:env\ python2: \
-xlators/features/marker/utils/syncdaemon/gsyncd.py
-  sed -i s:/usr/bin/python:/usr/bin/python2: \
-contrib/ipaddr-py/ipaddr.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 103704, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-10 10:51:26 UTC (rev 103705)
@@ -0,0 +1,56 @@
+# $Id$
+# 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
+pkgver=3.4.2
+_basever=`echo $pkgver | cut -f1-2 -d.`
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+depends=(fuse python2 libxml2)
+makedepends=(flex bison)
+source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('7c05304a9aca3c85ff27458461783623')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./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 \
+PYTHON=python2
+
+  make
+
+  sed -i s:env\ python:env\ python2: \
+xlators/features/marker/utils/syncdaemon/gsyncd.py
+  sed -i s:/usr/bin/python:/usr/bin/python2: \
+contrib/ipaddr-py/ipaddr.py
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+$pkgdir/usr/share/doc/glusterfs/
+
+  cp -rf \
+$srcdir/$pkgname-$pkgver/doc/* \
+$pkgdir/usr/share/doc/glusterfs/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-10 10:51:13 UTC (rev 103704)
+++ community-x86_64/PKGBUILD   2014-01-10 10:51:26 UTC (rev 103705)
@@ -1,56 +0,0 @@
-# $Id$
-# 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
-pkgver=3.4.1
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)