Mailinglist Archive: opensuse-commit (1942 mails)

< Previous Next >
commit pacemaker
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 08 Nov 2008 20:13:43 +0100
  • Message-id: <20081108191344.3B4D3678166@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package pacemaker
checked in at Sat Nov 8 20:13:43 CET 2008.


--------
--- pacemaker/pacemaker.changes 2008-11-07 14:12:18.000000000 +0100
+++ /mounts/work_src_done/STABLE/pacemaker/pacemaker.changes 2008-11-08
10:37:24.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Nov 8 10:24:36 CET 2008 - abeekhof@xxxxxxx
+
+- Update source tarball to revision: e21021b77657
+ + High: crmd: Erase the correct node's status section when it returns
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ pacemaker.spec ++++++
--- /var/tmp/diff_new_pack.P13535/_old 2008-11-08 20:13:21.000000000 +0100
+++ /var/tmp/diff_new_pack.P13535/_new 2008-11-08 20:13:21.000000000 +0100
@@ -36,7 +36,7 @@
Name: pacemaker
Summary: The Pacemaker scalable High-Availability cluster resource
manager
Version: 1.0.1
-Release: 2
+Release: 3
License: GPL v2 or later; LGPL v2.1 or later
Url: http://www.clusterlabs.org
Group: Productivity/Clustering/HA
@@ -46,6 +46,7 @@
AutoReqProv: on
Conflicts: heartbeat < 2.99
Requires: heartbeat-common
+Requires: libpacemaker3 = %{version}-%{release}
BuildRequires: e2fsprogs-devel glib2-devel gnutls-devel libheartbeat-devel
libxml2-devel libxslt-devel ncurses-devel pam-devel python-devel swig
%if %with_ais_support
BuildRequires: libopenais-devel
@@ -284,6 +285,9 @@
%{_libdir}/*.so

%changelog
+* Sat Nov 08 2008 abeekhof@xxxxxxx
+- Update source tarball to revision: e21021b77657
+ + High: crmd: Erase the correct node's status section when it returns
* Fri Nov 07 2008 abeekhof@xxxxxxx
- Update source tarball to revision: 7508f211e536
+ High: PE: Bug LF:1988 - Ensure recurring operations always have the
correct target-rc set

++++++ pacemaker.tar.gz ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/pacemaker/crmd/callbacks.c
new/pacemaker/crmd/callbacks.c
--- old/pacemaker/crmd/callbacks.c 2008-11-07 10:50:10.000000000 +0100
+++ new/pacemaker/crmd/callbacks.c 2008-11-07 15:25:59.000000000 +0100
@@ -290,8 +290,8 @@
}

if(reset_status_entry && safe_str_eq(CRMD_STATE_ACTIVE, node->state)) {
- erase_status_tag(fsa_our_uname, XML_CIB_TAG_LRM);
- erase_status_tag(fsa_our_uname, XML_TAG_TRANSIENT_NODEATTRS);
+ erase_status_tag(node->uname, XML_CIB_TAG_LRM);
+ erase_status_tag(node->uname, XML_TAG_TRANSIENT_NODEATTRS);
/* TODO: potentially we also want to set XML_CIB_ATTR_JOINSTATE and
XML_CIB_ATTR_EXPSTATE here */
}

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/pacemaker/.hg_archival.txt
new/pacemaker/.hg_archival.txt
--- old/pacemaker/.hg_archival.txt 2008-11-07 10:50:10.000000000 +0100
+++ new/pacemaker/.hg_archival.txt 2008-11-07 15:25:59.000000000 +0100
@@ -1,2 +1,2 @@
repo: 8448b17e67437947c48c639c6faa4371c4a14b3b
-node: 7508f211e536adcb9a1eb8f04a3623c0766da10f
+node: e21021b776573e9af8d3d39aba19e88a1fd077be


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >