autobuild v3.12.2-25

Resolves: bz#1641586
Signed-off-by: Milind Changire <mchangir@redhat.com>
This commit is contained in:
Milind Changire 2018-10-25 13:44:55 -04:00
parent 8c854898e7
commit 6d7b39fa6f
2 changed files with 39 additions and 2 deletions

View File

@ -0,0 +1,33 @@
From 84f54efa4c72f5ecb0a89001a8cb08e94052f5b7 Mon Sep 17 00:00:00 2001
From: Milind Changire <mchangir@redhat.com>
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 <mchangir@redhat.com>
Reviewed-on: https://code.engineering.redhat.com/gerrit/153526
Tested-by: RHGS Build Bot <nigelb@redhat.com>
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
---
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

View File

@ -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 <mchangir@redhat.com> - 3.12.2-25
- fixes bugs bz#1641586
* Tue Oct 23 2018 Milind Changire <mchangir@redhat.com> - 3.12.2-24
- fixes bugs bz#1618221 bz#1641489