Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2013-04-14 10:36:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocfs2-tools (Old)
 and      /work/SRC/openSUSE:Factory/.ocfs2-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocfs2-tools", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2013-04-05 
07:37:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new/ocfs2-tools.changes     
2013-04-14 10:36:06.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr  9 14:42:28 UTC 2013 - [email protected]
+
+- g_list_append.patch: Fix o2cb node listing
+
+-------------------------------------------------------------------

New:
----
  restore-g_list_append.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ocfs2-tools.spec ++++++
--- /var/tmp/diff_new_pack.Ziv94P/_old  2013-04-14 10:36:08.000000000 +0200
+++ /var/tmp/diff_new_pack.Ziv94P/_new  2013-04-14 10:36:08.000000000 +0200
@@ -41,6 +41,7 @@
 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 @@
 %patch207 -p1
 %patch208 -p1
 %patch209 -p1
+%patch210 -p1
 
 %build
 export PROJECT="ocfs2-tools"

++++++ restore-g_list_append.patch ++++++
--- 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() */
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to