Compare commits

...
Sign in to create a new pull request.

23 commits

Author SHA1 Message Date
Kaleb S. KEITHLEY
dd09603027 4.1.8 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2019-03-28 06:45:52 -04:00
Kaleb S. KEITHLEY
4afe63595c 4.1.7 s390x, armv7hl no rdma
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2019-03-01 09:05:25 -05:00
Kaleb S. KEITHLEY
16cab8fc25 4.1.7 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2019-01-17 08:54:24 -05:00
Kaleb S. KEITHLEY
d52b8fee5e 4.1.6 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2019-01-17 08:15:41 -05:00
Kaleb S. KEITHLEY
1fd3341f49 4.1.6 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2018-11-14 13:42:10 -05:00
Kaleb S. KEITHLEY
67a2eda506 Merge remote-tracking branch 'origin/f29' into f28 2018-09-21 11:40:25 -04:00
Kaleb S. KEITHLEY
93d8f17fbc 4.1.5 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2018-09-21 11:38:19 -04:00
Kaleb S. KEITHLEY
faccc949cb Merge remote-tracking branch 'origin/master' into f28 2018-09-06 13:52:28 -04:00
Kaleb S. KEITHLEY
3590ad7642 Merge remote-tracking branch 'origin/master' into f28 2018-09-04 08:53:01 -04:00
Kaleb S. KEITHLEY
451fbb56c4 Merge remote-tracking branch 'origin/master' into f28 2018-09-04 07:06:26 -04:00
Kaleb S. KEITHLEY
986e723567 4.1.3 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2018-08-27 11:15:41 -04:00
Kaleb S. KEITHLEY
f509e36cc3 4.1.2, again 2018-07-25 10:40:43 -04:00
Kaleb S. KEITHLEY
84a2b920b6 4.1.2 GA (includes gsyncd.conf)
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2018-07-24 15:51:15 -04:00
Kaleb S. KEITHLEY
3abbd882ef Merge remote-tracking branch 'origin/master' into f28 2018-07-24 15:49:26 -04:00
Kaleb S. KEITHLEY
47eb554eaa Merge remote-tracking branch 'origin/master' into f28 2018-07-11 10:29:54 -04:00
Kaleb S. KEITHLEY
31fa6bb371 Merge remote-tracking branch 'origin/master' into f28 2018-06-25 23:54:11 -04:00
Kaleb S. KEITHLEY
f0ec3d0922 4.1.0 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2018-06-12 13:47:25 -04:00
Niels de Vos
3821878d36 4.0.2 GA
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2018-04-24 20:50:58 +02:00
Kaleb S. KEITHLEY
d94df29dc9 4.0.1, restore python->python2 -prettytable
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2018-04-19 15:35:36 -04:00
Kaleb S. KEITHLEY
3f40993f33 4.0.1 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2018-03-21 11:47:58 -04:00
Kaleb S. KEITHLEY
fe4a8a63e4 Merge remote-tracking branch 'origin/master' into f28 2018-03-21 11:46:38 -04:00
Kaleb S. KEITHLEY
1a75503d90 4.0.0 GA (v4.0.0-2)
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2018-03-20 08:28:14 -04:00
Kaleb S. KEITHLEY
f715df042f python2-prettytable, .../rpms/pull-request/3
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2018-03-01 08:11:21 -05:00
3 changed files with 26 additions and 47 deletions

View file

@ -1,38 +0,0 @@
From a0a0afc59bb1d2deddfdb776bc9e49e02f58ce32 Mon Sep 17 00:00:00 2001
From: "Kaleb S. KEITHLEY" <kkeithle@redhat.com>
Date: Tue, 24 Jul 2018 14:40:51 -0400
Subject: [PATCH] georep: fix hard-coded paths in gsyncd.conf.in
Why anyone puts a hard-coded path like /usr/local/sbin in a
config file is beyond me.
I wonder how many more are lurking in our sources
Change-Id: I6523894416cc06236ea1f99529efd36e957bd98e
updates: bz#1193929
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
---
geo-replication/gsyncd.conf.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/geo-replication/gsyncd.conf.in b/geo-replication/gsyncd.conf.in
index 0a842cf2b..bd04400ff 100644
--- a/geo-replication/gsyncd.conf.in
+++ b/geo-replication/gsyncd.conf.in
@@ -138,11 +138,11 @@ value =
help=If SSH keys are not secured with gsyncd prefix then use this configuration to set the actual path of gsyncd(Usually /usr/libexec/glusterfs/gsyncd)
[gluster-command-dir]
-value=/usr/local/sbin/
+value=@SBIN_DIR@
help=Directory where Gluster binaries exist on master
[slave-gluster-command-dir]
-value=/usr/local/sbin/
+value=@SBIN_DIR@
help=Directory where Gluster binaries exist on slave
[gluster-params]
--
2.17.1

View file

@ -83,6 +83,11 @@
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without rdma
%{?_without_rdma:%global _without_rdma --disable-ibverbs}
# No RDMA Support on s390(x)
%ifarch s390 s390x armv7hl
%global _without_rdma --disable-ibverbs
%endif
# server
# if you wish to build rpms without server components, compile like this
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without server
@ -217,7 +222,7 @@
Summary: Distributed File System
%if ( 0%{_for_fedora_koji_builds} )
Name: glusterfs
Version: 4.1.4
Version: 4.1.8
Release: %{?prereltag:1.}1%{?prereltag:.%{prereltag}}%{?dist}
%else
Name: @PACKAGE_NAME@
@ -229,7 +234,6 @@ URL: http://docs.gluster.org/
%if ( 0%{_for_fedora_koji_builds} )
Source0: http://download.gluster.org/pub/gluster/%{name}/4.1/%{version}%{?prereltag}/%{name}-%{version}%{?prereltag}.tar.gz
Patch0: python.patch
Patch1: 0001-georep-fix-hard-coded-paths-in-gsyncd.conf.in.patch
Source1: glusterd.sysconfig
Source2: glusterfsd.sysconfig
Source6: rhel5-load-fuse-modules
@ -691,7 +695,6 @@ This package provides the glusterfs server daemon.
%prep
%setup -q -n %{name}-%{version}%{?prereltag}
%patch0 -p1
%patch1 -p1
%build
%if ( 0%{?rhel} && 0%{?rhel} < 6 )
@ -1331,7 +1334,9 @@ exit 0
%dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/protocol
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/protocol/server.so
%dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/storage
%if ( 0%{!?_without_bd:1} )
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/storage/bd.so
%endif
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/storage/posix.so
%dir %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/performance
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/performance/decompounder.so
@ -1444,6 +1449,21 @@ exit 0
%endif
%changelog
* Thu Mar 28 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.8-1
- 4.1.8 GA
* Fri Mar 1 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.7-3
- 4.1.7 s390x, armv7hl no rdma
* Thu Jan 17 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.7-2
- 4.1.7 GA
* Wed Nov 14 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.6-1
- 4.1.6 GA
* Fri Sep 21 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.5-1
- 4.1.5 GA
* Thu Sep 6 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.4-1
- 4.1.4 GA
@ -1456,14 +1476,11 @@ exit 0
* Mon Aug 27 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.3-1
- 4.1.3 GA
* Wed Jul 25 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.2-3
* Wed Jul 25 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.2-2
- 4.1.2, again
* Tue Jul 24 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.2-2
- 4.1.2, gsyncd.conf /usr/local/sbin
* Tue Jul 24 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 4.1.2-1
- 4.1.2 GA
- 4.1.2 GA (includes gsyncd.conf)
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-2.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

View file

@ -1 +1 @@
SHA512 (glusterfs-4.1.4.tar.gz) = 7ef82170c9025ea74867382acc17e4fde55af82d4b04138fb74800c3fc28f018f9ec493069fd14961310dece6cb386973fb07e00d5cad59a9aaf6020155cba56
SHA512 (glusterfs-4.1.8.tar.gz) = 950cd2fd774e3eb00f1ec06d54566736b6fbe8d1aed54477a19d9b2727eff8a70ef7ac32815cc7e01d45b5d357fc01af786e16c451f6ad314d472e61ba04ce85