From e30be96310453ccd20c80c432ca817736bc72a32 Mon Sep 17 00:00:00 2001 From: Gluster Jenkins Date: Fri, 19 Feb 2021 11:10:15 +0000 Subject: [PATCH] autobuild v6.0-49.1 Resolves: bz#1930561 Signed-off-by: Gluster Jenkins --- ...RHGS-3.5.3-rebuild-to-ship-with-RHEL.patch | 33 +++++++++++++++++++ glusterfs.spec | 6 +++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 0481-RHGS-3.5.3-rebuild-to-ship-with-RHEL.patch diff --git a/0481-RHGS-3.5.3-rebuild-to-ship-with-RHEL.patch b/0481-RHGS-3.5.3-rebuild-to-ship-with-RHEL.patch new file mode 100644 index 0000000..dd9b0ab --- /dev/null +++ b/0481-RHGS-3.5.3-rebuild-to-ship-with-RHEL.patch @@ -0,0 +1,33 @@ +From 346aa7cbc34b9bbbaca45180215a4d9ffd5055df Mon Sep 17 00:00:00 2001 +From: Rinku Kothiya +Date: Fri, 19 Feb 2021 06:19:07 +0000 +Subject: [PATCH 481/481] RHGS-3.5.3 rebuild to ship with RHEL. + +Label: DOWNSTREAM ONLY +BUG: 1930561 + +Change-Id: I9c7f30cc6bc616344b27072bfde056c7bba1e143 +Signed-off-by: Rinku Kothiya +Reviewed-on: https://code.engineering.redhat.com/gerrit/228413 +Tested-by: RHGS Build Bot +Reviewed-by: Sunil Kumar Heggodu Gopala Acharya +--- + glusterfs.spec.in | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/glusterfs.spec.in b/glusterfs.spec.in +index 30d7162..52f9b40 100644 +--- a/glusterfs.spec.in ++++ b/glusterfs.spec.in +@@ -1983,6 +1983,8 @@ fi + %endif + + %changelog ++* Fri Feb 19 2021 Rinku Kothiya ++- Build RGHS clients for RHEL (#1930561) + + * Mon May 11 2020 Sunny Kumar + - added requires policycoreutils-python-utils on rhel8 for geo-replication +-- +1.8.3.1 + diff --git a/glusterfs.spec b/glusterfs.spec index b0fb242..905084f 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -237,7 +237,7 @@ Release: 0.1%{?prereltag:.%{prereltag}}%{?dist} %else Name: glusterfs Version: 6.0 -Release: 49%{?dist} +Release: 49.1%{?dist} ExcludeArch: i686 %endif License: GPLv2 or LGPLv3+ @@ -795,6 +795,7 @@ Patch0477: 0477-glusterd-snapshot-Snapshot-prevalidation-failure-not.patch Patch0478: 0478-DHT-Fixing-rebalance-failure-on-issuing-stop-command.patch Patch0479: 0479-ganesha-ha-revised-regex-exprs-for-status.patch Patch0480: 0480-DHT-Rebalance-Ensure-Rebalance-reports-status-only-o.patch +Patch0481: 0481-RHGS-3.5.3-rebuild-to-ship-with-RHEL.patch %description GlusterFS is a distributed file-system capable of scaling to several @@ -2538,6 +2539,9 @@ fi %endif %changelog +* Fri Feb 19 2021 Gluster Jenkins - 6.0-49.1 +- fixes bugs bz#1930561 + * Wed Nov 25 2020 Gluster Jenkins - 6.0-49 - fixes bugs bz#1286171