Hello community,

here is the log from the commit of package pacemaker-mgmt for openSUSE:Factory 
checked in at 2013-07-08 07:19:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pacemaker-mgmt (Old)
 and      /work/SRC/openSUSE:Factory/.pacemaker-mgmt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pacemaker-mgmt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pacemaker-mgmt/pacemaker-mgmt.changes    
2013-02-10 15:21:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pacemaker-mgmt.new/pacemaker-mgmt.changes       
2013-07-08 07:19:58.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Mar 28 17:58:53 UTC 2013 - [email protected]
+
+- Bump the version to 2.1.2
+- Upstream version cs: 3c95739d6cd3795f8e4e3dc8781b55cb96fe1463
+
+-------------------------------------------------------------------
+Wed Mar  6 14:03:32 UTC 2013 - [email protected]
+
+- Build: mgmtd: Support the new API of query_node_uuid() 
+
+-------------------------------------------------------------------

New:
----
  pacemaker-mgmt-query-node-uuid.patch

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

Other differences:
------------------
++++++ pacemaker-mgmt.spec ++++++
--- /var/tmp/diff_new_pack.gs7Nhf/_old  2013-07-08 07:19:59.000000000 +0200
+++ /var/tmp/diff_new_pack.gs7Nhf/_new  2013-07-08 07:19:59.000000000 +0200
@@ -37,12 +37,13 @@
 Summary:        Management Tools for Pacemaker based HA solution
 License:        GPL-2.0+
 Group:          Productivity/Clustering/HA
-Version:        2.1.1
+Version:        2.1.2
 Release:        0
 Url:            https://github.com/ClusterLabs/pacemaker-mgmt
 Source:         pacemaker-mgmt.tar.bz2
 Source1:        pacemaker_starter.py
 Source2:        pacemaker-starter.glade
+Patch1:         pacemaker-mgmt-query-node-uuid.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Conflicts:      heartbeat < 2.99
 Obsoletes:      pacemaker-pygui
@@ -180,6 +181,7 @@
 %prep
 ###########################################################
 %setup -n pacemaker-mgmt
+%patch1 -p1
 ###########################################################
 
 %build

++++++ pacemaker-mgmt-query-node-uuid.patch ++++++
diff --git a/mgmt/daemon/mgmt_crm.c b/mgmt/daemon/mgmt_crm.c
index 9e5140c..3b5ff36 100644
--- a/mgmt/daemon/mgmt_crm.c
+++ b/mgmt/daemon/mgmt_crm.c
@@ -1602,7 +1602,7 @@ on_cleanup_rsc(char* argv[], int argc)
        delete_lrm_rsc(crmd_channel, argv[1], argv[2]);
        refresh_lrm(crmd_channel, NULL); 
        
-       rc = query_node_uuid(cib_conn, argv[1], &dest_node);
+       rc = query_node_uuid(cib_conn, argv[1], &dest_node, NULL);
        if (rc != 0) {
                mgmt_log(LOG_WARNING, "Could not map uname=%s to a UUID: %s\n",
                                argv[1], pcmk_strerror(rc));
++++++ pacemaker-mgmt.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pacemaker-mgmt/mgmt/client/mgmtcmd.py.in 
new/pacemaker-mgmt/mgmt/client/mgmtcmd.py.in
--- old/pacemaker-mgmt/mgmt/client/mgmtcmd.py.in        2012-11-30 
05:03:10.000000000 +0100
+++ new/pacemaker-mgmt/mgmt/client/mgmtcmd.py.in        2013-03-04 
02:55:37.000000000 +0100
@@ -24,7 +24,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 import sys
-sys.path.append("@HA_LIBHBDIR@/heartbeat-gui")
+sys.path.append("@LIBDIR@/heartbeat-gui")
 sys.path.append("@HA_DATADIR@/heartbeat-gui")
 
 from pymgmt import *


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to