Hello community, here is the log from the commit of package pacemaker for openSUSE:Factory checked in at 2012-07-30 11:17:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pacemaker (Old) and /work/SRC/openSUSE:Factory/.pacemaker.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pacemaker", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes 2012-06-26 17:09:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2012-07-30 11:45:20.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Jul 28 14:21:29 UTC 2012 - [email protected] + +- Include sys/resource.h for getrlimit etc. + +------------------------------------------------------------------- New: ---- pacemaker-resource.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pacemaker.spec ++++++ --- /var/tmp/diff_new_pack.m3hCfI/_old 2012-07-30 11:45:41.000000000 +0200 +++ /var/tmp/diff_new_pack.m3hCfI/_new 2012-07-30 11:45:41.000000000 +0200 @@ -50,6 +50,7 @@ Patch3: bug-728579_pacemaker-stonith-dev-id.diff Patch4: pacemaker-NodeUtilization-RA.diff Patch5: pacemaker-crm-proc-flag.patch +Patch6: pacemaker-resource.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: pacemaker-ticket-support = 2.0 Conflicts: heartbeat < 3.0 @@ -192,6 +193,7 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 ########################################################### %build ++++++ pacemaker-resource.patch ++++++ Index: pacemaker/mcp/pacemaker.c =================================================================== --- pacemaker.orig/mcp/pacemaker.c +++ pacemaker/mcp/pacemaker.c @@ -20,6 +20,7 @@ #include <pacemaker.h> #include <pwd.h> +#include <sys/resource.h> #include <crm/msg_xml.h> #include <crm/common/ipc.h> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
