Accepting request 163715 from home:edssvirt:branches:network:ha-clustering:Factory

+ added g_list_append.patch: Fix o2cb node listing

OBS-URL: https://build.opensuse.org/request/show/163715
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=51
This commit is contained in:
Goldwyn Rodrigues 2013-04-12 13:25:56 +00:00 committed by Git OBS Bridge
parent 7dbe91ec8d
commit 282ac1b303
3 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 9 14:42:28 UTC 2013 - e.istomin@edss.ee
- g_list_append.patch: Fix o2cb node listing
-------------------------------------------------------------------
Tue Apr 2 09:47:35 UTC 2013 - speilicke@suse.com

View File

@ -41,6 +41,7 @@ Patch206: ocfs2-tools-resource.patch
Patch207: fix-indexed-dirs.patch
Patch208: 0001-fswreck-Create-a-loop-in-group-chains.patch
Patch209: 0002-Break-a-chain-loop-in-group-desc.patch
Patch210: restore-g_list_append.patch
BuildRequires: autoconf
BuildRequires: e2fsprogs-devel
BuildRequires: libaio-devel
@ -135,6 +136,7 @@ managing the file system.
%patch207 -p1
%patch208 -p1
%patch209 -p1
%patch210 -p1
%build
export PROJECT="ocfs2-tools"

View File

@ -0,0 +1,11 @@
--- ocfs2-tools.orig/o2cb_ctl/jconfig.c 2012-09-25 11:12:57.000000000 -0500
+++ ocfs2-tools/o2cb_ctl/jconfig.c 2012-09-25 11:13:03.000000000 -0500
@@ -1082,6 +1082,8 @@
g_strdup(stanza_name),
elem);
}
+ else
+ g_list_append(elem, cfs);
return(cfs);
} /* j_config_add_stanza() */