From 6d7b39fa6fa8a06a10e06bbda435cba24b5aea34 Mon Sep 17 00:00:00 2001 From: Milind Changire Date: Thu, 25 Oct 2018 13:44:55 -0400 Subject: [PATCH] autobuild v3.12.2-25 Resolves: bz#1641586 Signed-off-by: Milind Changire --- ...-spec-update-RHGS-version-for-RHGSWA.patch | 33 +++++++++++++++++++ glusterfs.spec | 8 +++-- 2 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 0407-spec-update-RHGS-version-for-RHGSWA.patch diff --git a/0407-spec-update-RHGS-version-for-RHGSWA.patch b/0407-spec-update-RHGS-version-for-RHGSWA.patch new file mode 100644 index 0000000..8379dd8 --- /dev/null +++ b/0407-spec-update-RHGS-version-for-RHGSWA.patch @@ -0,0 +1,33 @@ +From 84f54efa4c72f5ecb0a89001a8cb08e94052f5b7 Mon Sep 17 00:00:00 2001 +From: Milind Changire +Date: Mon, 22 Oct 2018 15:51:38 +0530 +Subject: [PATCH 407/407] spec: update RHGS version for RHGSWA + +Update RHGS version to 3.4 + +Change-Id: I12f6f3bf9d760fa80fc389793b98eb4611e8de30 +BUG: 1641586 +Signed-off-by: Milind Changire +Reviewed-on: https://code.engineering.redhat.com/gerrit/153526 +Tested-by: RHGS Build Bot +Reviewed-by: Sunil Kumar Heggodu Gopala Acharya +--- + glusterfs.spec.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/glusterfs.spec.in b/glusterfs.spec.in +index c3f5748..b6b7630 100644 +--- a/glusterfs.spec.in ++++ b/glusterfs.spec.in +@@ -866,7 +866,7 @@ install -p -m 0744 -D extras/command-completion/gluster.bash \ + %{buildroot}%{_sysconfdir}/bash_completion.d/gluster + + %if ( 0%{?_build_server} ) +-echo "RHGS 3.4.0" > %{buildroot}%{_datadir}/glusterfs/release ++echo "RHGS 3.4" > %{buildroot}%{_datadir}/glusterfs/release + %endif + + %clean +-- +1.8.3.1 + diff --git a/glusterfs.spec b/glusterfs.spec index 1ce1f5d..c89d438 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -192,7 +192,7 @@ Release: 0.1%{?prereltag:.%{prereltag}}%{?dist} %else Name: glusterfs Version: 3.12.2 -Release: 24%{?dist} +Release: 25%{?dist} %endif License: GPLv2 or LGPLv3+ Group: System Environment/Base @@ -671,6 +671,7 @@ Patch0403: 0403-afr-prevent-winding-inodelks-twice-for-arbiter-volum.patch Patch0404: 0404-core-Resolve-some-warnings-to-release-a-build.patch Patch0405: 0405-glusterfsd-add-missing-UNLOCK.patch Patch0406: 0406-glusterd-improve-logging-for-stage_deleted-flag.patch +Patch0407: 0407-spec-update-RHGS-version-for-RHGSWA.patch %description GlusterFS is a distributed file-system capable of scaling to several @@ -1324,7 +1325,7 @@ install -p -m 0744 -D extras/command-completion/gluster.bash \ %{buildroot}%{_sysconfdir}/bash_completion.d/gluster %if ( 0%{?_build_server} ) -echo "RHGS 3.4.0" > %{buildroot}%{_datadir}/glusterfs/release +echo "RHGS 3.4" > %{buildroot}%{_datadir}/glusterfs/release %endif %clean @@ -2619,6 +2620,9 @@ fi %endif %changelog +* Thu Oct 25 2018 Milind Changire - 3.12.2-25 +- fixes bugs bz#1641586 + * Tue Oct 23 2018 Milind Changire - 3.12.2-24 - fixes bugs bz#1618221 bz#1641489