autobuild v6.0-28

Resolves: bz#1789447
Signed-off-by: Rinku Kothiya <rkothiya@redhat.com>
This commit is contained in:
Rinku Kothiya 2020-01-14 08:42:50 -05:00
parent 9d5f2fefff
commit 8f4cdbf915
2 changed files with 42 additions and 1 deletions

View File

@ -0,0 +1,37 @@
From 6c06ac0571fb6bf0734b173cc3a75badc7554601 Mon Sep 17 00:00:00 2001
From: Shwetha K Acharya <sacharya@redhat.com>
Date: Tue, 14 Jan 2020 10:51:06 +0530
Subject: [PATCH 350/350] tools/glusterfind: Remove an extra argument
Backport of:
> Upstream Patch: https://review.gluster.org/#/c/glusterfs/+/24011/
> fixes: bz#1790748
> Change-Id: I1cb12c975142794139456d0f8e99fbdbb03c53a1
> Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
Change-Id: I1cb12c975142794139456d0f8e99fbdbb03c53a1
BUG: 1789447
Signed-off-by: Sunny Kumar <sunkumar@redhat.com>
Reviewed-on: https://code.engineering.redhat.com/gerrit/189363
Tested-by: RHGS Build Bot <nigelb@redhat.com>
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
---
tools/glusterfind/src/main.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/glusterfind/src/main.py b/tools/glusterfind/src/main.py
index dfc9d07..5ca1fec 100644
--- a/tools/glusterfind/src/main.py
+++ b/tools/glusterfind/src/main.py
@@ -515,7 +515,7 @@ def write_output(outfile, outfilemerger, field_separator):
continue
if row_2_rep and row_2_rep != "":
- gfind_write_row(f, row[0], field_separator, p_rep, field_separator, row_2_rep)
+ gfind_write_row(f, row[0], field_separator, p_rep, row_2_rep)
else:
gfind_write(f, row[0], field_separator, p_rep)
--
1.8.3.1

View File

@ -231,7 +231,7 @@ Release: 0.1%{?prereltag:.%{prereltag}}%{?dist}
%else %else
Name: glusterfs Name: glusterfs
Version: 6.0 Version: 6.0
Release: 27%{?dist} Release: 28%{?dist}
ExcludeArch: i686 ExcludeArch: i686
%endif %endif
License: GPLv2 or LGPLv3+ License: GPLv2 or LGPLv3+
@ -658,6 +658,7 @@ Patch0346: 0346-fuse-degrade-logging-of-write-failure-to-fuse-device.patch
Patch0347: 0347-tools-glusterfind-handle-offline-bricks.patch Patch0347: 0347-tools-glusterfind-handle-offline-bricks.patch
Patch0348: 0348-glusterfind-Fix-py2-py3-issues.patch Patch0348: 0348-glusterfind-Fix-py2-py3-issues.patch
Patch0349: 0349-glusterfind-python3-compatibility.patch Patch0349: 0349-glusterfind-python3-compatibility.patch
Patch0350: 0350-tools-glusterfind-Remove-an-extra-argument.patch
%description %description
GlusterFS is a distributed file-system capable of scaling to several GlusterFS is a distributed file-system capable of scaling to several
@ -2385,6 +2386,9 @@ fi
%endif %endif
%changelog %changelog
* Tue Jan 14 2020 Rinku Kothiya <rkothiya@redhat.com> - 6.0-28
- fixes bugs bz#1789447
* Mon Jan 13 2020 Rinku Kothiya <rkothiya@redhat.com> - 6.0-27 * Mon Jan 13 2020 Rinku Kothiya <rkothiya@redhat.com> - 6.0-27
- fixes bugs bz#1789447 - fixes bugs bz#1789447