From fa9c7ff751d26dc3a443b3936fde9569c52463c7 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 20 Feb 2019 11:18:00 -0500 Subject: [PATCH 1/8] re-rebuild for readline 8.0 Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index f9c599a..2f4065a 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -219,7 +219,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 5.3 -Release: %{?prereltag:0.}2%{?prereltag:.%{prereltag}}%{?dist} +Release: %{?prereltag:0.}3%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ @@ -1449,11 +1449,8 @@ exit 0 %endif %changelog -* Wed Feb 20 2019 Kaleb S. KEITHLEY - 5.3-2 -- re-rebuild for f31/rawhide - -* Wed Feb 20 2019 Kaleb S. KEITHLEY - 5.3-1 -- rebuild for f31/rawhide +* Wed Feb 20 2019 Kaleb S. KEITHLEY - 5.3-3 +- re-rebuild for readline 8.0 * Sun Feb 17 2019 Igor Gnatenko - 5.3-2.1 - Rebuild for readline 8.0 From 742f3bf5caa9c91a50fd7b77e3d02af484e1edbf Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 28 Aug 2019 10:17:50 -0400 Subject: [PATCH 2/8] 6.5, rhel8 python3-requests Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 203b286..160702f 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -210,7 +210,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 6.5 -Release: %{?prereltag:1.}1%{?prereltag:.%{prereltag}}%{?dist} +Release: %{?prereltag:1.}2%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ @@ -408,7 +408,7 @@ Requires: %{name}-server%{?_isa} = %{version}-%{release} Requires: python%{_pythonver} Requires: python%{_pythonver}-prettytable Requires: python%{_pythonver}-gluster = %{version}-%{release} -%if ( 0%{?rhel} ) +%if ( 0%{?rhel} && 0%{?rhel} < 8 ) Requires: python-requests %else Requires: python%{_pythonver}-requests @@ -1406,6 +1406,9 @@ exit 0 %endif %changelog +* Wed Aug 28 2019 Kaleb S. KEITHLEY - 6.5-2 +- 6.5, rhel8 python3-requests + * Wed Aug 7 2019 Kaleb S. KEITHLEY - 6.5-1 - 6.5 GA From f4f981cf1625ca13e629ae5cf6cb46c0459a6941 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 9 Oct 2019 10:13:31 -0400 Subject: [PATCH 3/8] f31+ without-bd Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glusterfs.spec b/glusterfs.spec index 160702f..a6f0bcd 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -27,7 +27,7 @@ # rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without bd %{?_without_bd:%global _without_bd --disable-bd-xlator} -%if ( 0%{?rhel} && 0%{?rhel} > 7 ) +%if ( 0%{?fedora} && 0%{?fedora} > 30 ) || ( 0%{?rhel} && 0%{?rhel} > 7 ) %global _without_bd --without-bd %endif @@ -1406,6 +1406,9 @@ exit 0 %endif %changelog +* Wed Oct 9 2019 Kaleb S. KEITHLEY +- f31+ without-bd + * Wed Aug 28 2019 Kaleb S. KEITHLEY - 6.5-2 - 6.5, rhel8 python3-requests From 09aecde81edf457f8713b7943c5f75b079c55aec Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 10 Oct 2019 07:53:59 -0400 Subject: [PATCH 4/8] bd removed in glusterfs-6 Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index a6f0bcd..a424180 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -22,15 +22,6 @@ %global _with_asan %{nil} %endif -# bd -# if you wish to compile an rpm without the BD map support... -# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without bd -%{?_without_bd:%global _without_bd --disable-bd-xlator} - -%if ( 0%{?fedora} && 0%{?fedora} > 30 ) || ( 0%{?rhel} && 0%{?rhel} > 7 ) -%global _without_bd --without-bd -%endif - # cmocka # if you wish to compile an rpm with cmocka unit testing... # rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --with cmocka @@ -1407,7 +1398,7 @@ exit 0 %changelog * Wed Oct 9 2019 Kaleb S. KEITHLEY -- f31+ without-bd +- bd removed in glusterfs-6 * Wed Aug 28 2019 Kaleb S. KEITHLEY - 6.5-2 - 6.5, rhel8 python3-requests From ece7054ce6c297f32fab7cdcb8977fc54dd7a208 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Mon, 28 Oct 2019 16:03:56 -0400 Subject: [PATCH 5/8] 6.6 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index a424180..c34ba34 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -200,8 +200,8 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 6.5 -Release: %{?prereltag:1.}2%{?prereltag:.%{prereltag}}%{?dist} +Version: 6.6 +Release: %{?prereltag:1.}1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ @@ -1397,6 +1397,9 @@ exit 0 %endif %changelog +* Mon Oct 28 2019 Kaleb S. KEITHLEY - 6.6-1 +- 6.6 GA + * Wed Oct 9 2019 Kaleb S. KEITHLEY - bd removed in glusterfs-6 diff --git a/sources b/sources index eff1213..a3b8811 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-6.5.tar.gz) = b7356de07e8126aea80b0489b9ac39ce0d10ea324fe38d05ff5740765e886f80fc7e6bdda9d4db1371d7b955b055cb76ea29e918e759a575db331a6436bad90f +SHA512 (glusterfs-6.6.tar.gz) = 93d5523839cf6248c198363ffa64ddb00a27c49be27b8d9f160773dec192d6c516f41371d5c1330c008aeb8554add3554049610fdd96edcba9a8454678f2d85b From 6daa1a2572ffb779ef8dac27de2576a5ffc2d7a6 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 2 Jan 2020 08:46:23 -0500 Subject: [PATCH 6/8] 6.7 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index c34ba34..5b6bcb2 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -200,7 +200,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 6.6 +Version: 6.7 Release: %{?prereltag:1.}1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -1397,6 +1397,9 @@ exit 0 %endif %changelog +* Thu Jan 2 2020 Kaleb S. KEITHLEY - 6.7-1 +- 6.7 GA + * Mon Oct 28 2019 Kaleb S. KEITHLEY - 6.6-1 - 6.6 GA diff --git a/sources b/sources index a3b8811..6b2752b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-6.6.tar.gz) = 93d5523839cf6248c198363ffa64ddb00a27c49be27b8d9f160773dec192d6c516f41371d5c1330c008aeb8554add3554049610fdd96edcba9a8454678f2d85b +SHA512 (glusterfs-6.7.tar.gz) = 64d576c91e5accdb3547dc7216d854e96512c9035ddb87dc4018930f2b0a008ad929cd80ae89a340fca7a8d36e2106a30797d7b08768477b1415db95123e07d4 From 4d2dae238222deb2ba59978473e3b6845fdaf271 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Mon, 2 Mar 2020 08:43:06 -0500 Subject: [PATCH 7/8] 6.8 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 5b6bcb2..dd5b93d 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -200,7 +200,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 6.7 +Version: 6.8 Release: %{?prereltag:1.}1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -1397,6 +1397,9 @@ exit 0 %endif %changelog +* Mon Mar 2 2020 Kaleb S. KEITHLEY - 6.8-1 +- 6.8 GA + * Thu Jan 2 2020 Kaleb S. KEITHLEY - 6.7-1 - 6.7 GA diff --git a/sources b/sources index 6b2752b..5ab650a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-6.7.tar.gz) = 64d576c91e5accdb3547dc7216d854e96512c9035ddb87dc4018930f2b0a008ad929cd80ae89a340fca7a8d36e2106a30797d7b08768477b1415db95123e07d4 +SHA512 (glusterfs-6.8.tar.gz) = a28af19aa0ab2a356a2b7eff447d6b39ff821d7da59037e91a38d8cb43f51f7007b790f765fcbaccf9107554b59174e72d8b1ae9947e6342d2815bfae1adbad7 From f4e699ed8e9f4aba79302e990532c9b68e26db2b Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 23 Apr 2020 07:21:19 -0400 Subject: [PATCH 8/8] 6.9 GA Signed-off-by: Kaleb S. KEITHLEY --- glusterfs.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index dd5b93d..d4a06a7 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -200,7 +200,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs -Version: 6.8 +Version: 6.9 Release: %{?prereltag:1.}1%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ @@ -1397,6 +1397,9 @@ exit 0 %endif %changelog +* Thu Apr 24 2020 Kaleb S. KEITHLEY - 6.9-1 +- 6.9 GA + * Mon Mar 2 2020 Kaleb S. KEITHLEY - 6.8-1 - 6.8 GA diff --git a/sources b/sources index 5ab650a..c0ee683 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (glusterfs-6.8.tar.gz) = a28af19aa0ab2a356a2b7eff447d6b39ff821d7da59037e91a38d8cb43f51f7007b790f765fcbaccf9107554b59174e72d8b1ae9947e6342d2815bfae1adbad7 +SHA512 (glusterfs-6.9.tar.gz) = 3bf167aed4f572f94ad4708c5fff7b578a334af1eb0322c36e15127a2089b6359e8d91a36793d8af93c8f76dbdf6ded649c3e0a6c1a879163c8d8b640cea334b