Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2012-07-30 11:17:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocfs2-tools (Old)
 and      /work/SRC/openSUSE:Factory/.ocfs2-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocfs2-tools", Maintainer is "rgold...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2012-05-03 
10:59:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new/ocfs2-tools.changes     
2012-07-30 11:44:53.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Jul 28 14:27:46 UTC 2012 - a...@suse.de
+
+- Include sys/resource.h for getrlimit etc.
+
+-------------------------------------------------------------------

New:
----
  ocfs2-tools-resource.patch

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

Other differences:
------------------
++++++ ocfs2-tools.spec ++++++
--- /var/tmp/diff_new_pack.Zi3x5y/_old  2012-07-30 11:45:11.000000000 +0200
+++ /var/tmp/diff_new_pack.Zi3x5y/_new  2012-07-30 11:45:11.000000000 +0200
@@ -50,6 +50,7 @@
 Patch203:       fix-ocfs2_controld-crmcommon-link.patch
 Patch204:       dont-use-var-lock-subsys.patch
 Patch205:       ocfs2-tools-kernel33.patch
+Patch206:       ocfs2-tools-resource.patch
 Url:            http://oss.oracle.com/projects/ocfs2-tools/
 Requires:       /sbin/chkconfig
 Requires:       e2fsprogs
@@ -126,6 +127,7 @@
 %patch203 -p1
 %patch204 -p1
 %patch205 -p1
+%patch206 -p1
 
 %build
 export CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"

++++++ ocfs2-tools-resource.patch ++++++
Index: ocfs2-tools/ocfs2_hb_ctl/ocfs2_hb_ctl.c
===================================================================
--- ocfs2-tools.orig/ocfs2_hb_ctl/ocfs2_hb_ctl.c
+++ ocfs2-tools/ocfs2_hb_ctl/ocfs2_hb_ctl.c
@@ -40,6 +40,7 @@
 #include <sys/stat.h>
 #include <signal.h>
 #include <syslog.h>
+#include <sys/resource.h>
 
 #include "ocfs2/ocfs2.h"
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to