Hello community,

here is the log from the commit of package cluster-glue for openSUSE:Factory 
checked in at 2012-05-03 10:54:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cluster-glue (Old)
 and      /work/SRC/openSUSE:Factory/.cluster-glue.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cluster-glue", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes        
2012-02-16 12:19:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes   
2012-05-03 10:54:26.000000000 +0200
@@ -1,0 +2,25 @@
+Thu Mar 22 12:12:04 GMT 2012 - [email protected]
+
+- add dependency on perl-TimeDate for hb_report (bnc#753562)
+
+-------------------------------------------------------------------
+Wed Mar 21 15:53:10 UTC 2012 - [email protected]
+
+- clplumbing: cl_msg: increase max message size to 512Kb
+- clplumbing: cl_msg: increase compression threshold
+- clplumbing: cl_msg: don't use traditional compression by default
+- clplumbing: cl_msg: try compressing message before rejecting it as too big
+- clplumbing: load bz2 compression module by default
+- clplumbing: ipc: fix message size checks (bnc#752231)
+- stonith: external/vcenter: return list of configured hosts on gethosts
+- Upstream version cs: 6766d7061071
+
+-------------------------------------------------------------------
+Tue Mar 13 16:56:14 UTC 2012 - [email protected]
+
+- LRM: lrmd: add basic authentication (lf#2547)
+- LRM: lrmd: if set, get max-children from the LRMD_MAX_CHILDREN environment 
var
+- hb_report: add /etc/booth/booth.conf to the list of configurations 
(bnc#750049)
+- Upstream version cs: 58686d5ae302
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cluster-glue.spec ++++++
--- /var/tmp/diff_new_pack.vLqHvw/_old  2012-05-03 10:54:27.000000000 +0200
+++ /var/tmp/diff_new_pack.vLqHvw/_new  2012-05-03 10:54:27.000000000 +0200
@@ -71,11 +71,12 @@
 %endif
 Conflicts:      heartbeat-common < 3.0.2
 Obsoletes:      heartbeat-common < 3.0.2
+Requires:       perl-TimeDate
 Requires(pre):    /usr/sbin/groupadd /usr/bin/getent /usr/sbin/useradd
 # SLES10 needs tcpd-devel but doesn't have libcurl
 %if 0%{?suse_version} < 1020
-BuildRequires:  tcpd-devel
 BuildRequires:  sgml-skel
+BuildRequires:  tcpd-devel
 %else
 BuildRequires:  libcurl-devel
 %endif
@@ -238,6 +239,7 @@
 %dir %{_libdir}/heartbeat/plugins
 %dir %{_libdir}/heartbeat/plugins/RAExec
 %dir %{_libdir}/heartbeat/plugins/InterfaceMgr
+%dir %{_libdir}/heartbeat/plugins/compress
 %dir %{_libdir}/stonith
 %dir %{_libdir}/stonith/plugins
 %dir %{_libdir}/stonith/plugins/stonith2
@@ -266,6 +268,7 @@
 %{_libdir}/heartbeat/ha_logd
 %{_libdir}/heartbeat/plugins/RAExec/*.so
 %{_libdir}/heartbeat/plugins/InterfaceMgr/*.so
+%{_libdir}/heartbeat/plugins/compress/*.so
 %{_libdir}/stonith/plugins/external
 %exclude %{_libdir}/stonith/plugins/stonith2/null.so
 %exclude %{_libdir}/stonith/plugins/stonith2/ssh.so

++++++ bug-728579_glue-stonith-dev-id.patch ++++++
--- /var/tmp/diff_new_pack.vLqHvw/_old  2012-05-03 10:54:27.000000000 +0200
+++ /var/tmp/diff_new_pack.vLqHvw/_new  2012-05-03 10:54:27.000000000 +0200
@@ -1,10 +1,10 @@
 # HG changeset patch
-# Parent 4b08977bece328dd582ba23e9d92a7aa728133fd
+# Parent 58686d5ae302fffcf62ca337cefcaf792e47014a
 Low: stonith: add CRM stonith resource name to log messages
 
-diff -r 4b08977bece3 -r 118235d7af04 lib/stonith/ha_log.sh
---- a/lib/stonith/ha_log.sh    Fri Nov 04 17:59:44 2011 +0100
-+++ b/lib/stonith/ha_log.sh    Thu Nov 10 10:50:40 2011 +0100
+diff -r 58686d5ae302 lib/stonith/ha_log.sh
+--- a/lib/stonith/ha_log.sh    Tue Mar 13 16:53:03 2012 +0100
++++ b/lib/stonith/ha_log.sh    Tue Mar 13 17:10:30 2012 +0100
 @@ -54,16 +54,24 @@ level_pres() {
        esac
  }
@@ -12,8 +12,8 @@
 +set_logtag() {
 +      # add parent pid to the logtag
 +      if [ "$HA_LOGTAG" ]; then
-+              if [ -n "$CRM_st_device_id" ]; then
-+                      HA_LOGTAG="$HA_LOGTAG($CRM_st_device_id)[$PPID]"
++              if [ -n "$CRM_meta_st_device_id" ]; then
++                      HA_LOGTAG="$HA_LOGTAG($CRM_meta_st_device_id)[$PPID]"
 +              else
 +                      HA_LOGTAG="$HA_LOGTAG[$PPID]"
 +              fi

++++++ cluster-glue-1.0.9.tar.bz2 ++++++
++++ 3517 lines of diff (skipped)

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

Reply via email to