Accepting request 163751 from network:ha-clustering:Factory

+ added g_list_append.patch: Fix o2cb node listing (forwarded request 163715 from edssvirt)

OBS-URL: https://build.opensuse.org/request/show/163751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocfs2-tools?expand=0&rev=48
This commit is contained in:
Stephan Kulow 2013-04-14 08:36:05 +00:00 committed by Git OBS Bridge
commit dad2805faa
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 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 Patch207: fix-indexed-dirs.patch
Patch208: 0001-fswreck-Create-a-loop-in-group-chains.patch Patch208: 0001-fswreck-Create-a-loop-in-group-chains.patch
Patch209: 0002-Break-a-chain-loop-in-group-desc.patch Patch209: 0002-Break-a-chain-loop-in-group-desc.patch
Patch210: restore-g_list_append.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: e2fsprogs-devel BuildRequires: e2fsprogs-devel
BuildRequires: libaio-devel BuildRequires: libaio-devel
@ -135,6 +136,7 @@ managing the file system.
%patch207 -p1 %patch207 -p1
%patch208 -p1 %patch208 -p1
%patch209 -p1 %patch209 -p1
%patch210 -p1
%build %build
export PROJECT="ocfs2-tools" 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() */