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:
commit
dad2805faa
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
11
restore-g_list_append.patch
Normal file
11
restore-g_list_append.patch
Normal 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() */
|
Loading…
Reference in New Issue
Block a user