Hello community, here is the log from the commit of package cluster-glue for openSUSE:Factory checked in at 2012-02-16 12:19:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-01-09 16:22:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes 2012-02-16 12:19:02.000000000 +0100 @@ -1,0 +2,13 @@ +Thu Feb 2 14:21:44 UTC 2012 - [email protected] + +- logd: remove runlevel 4 from the LSB info section in the logd + init script (bnc#744120) +- Upstream version cs: d8c154589a16 + +------------------------------------------------------------------- +Mon Jan 16 13:49:04 UTC 2012 - [email protected] + +- stonith: adjust timeouts in the meta-data template (bnc#733337) +- Upstream version cs: 3efdcb8fc3af + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cluster-glue.spec ++++++ --- /var/tmp/diff_new_pack.s2mbdj/_old 2012-02-16 12:19:04.000000000 +0100 +++ /var/tmp/diff_new_pack.s2mbdj/_new 2012-02-16 12:19:04.000000000 +0100 @@ -104,6 +104,7 @@ %package -n libglue2 Summary: The Pacemaker scalable High-Availability cluster resource manager +Group: Productivity/Clustering/HA Obsoletes: libheartbeat2 < 3.0.2 Conflicts: libheartbeat2 < 3.0.2 Requires: %{name} = %{version}-%{release} @@ -114,6 +115,7 @@ %package -n libglue-devel Summary: The Heartbeat Subsystem for High-Availability Linux +Group: Productivity/Clustering/HA Requires: %{name} = %{version}-%{release} Requires: libglue2 = %{version}-%{release} Conflicts: libheartbeat-devel < 3.0.2 ++++++ cluster-glue-1.0.9.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/.hg_archival.txt new/cluster-glue/.hg_archival.txt --- old/cluster-glue/.hg_archival.txt 2011-11-29 10:44:31.000000000 +0100 +++ new/cluster-glue/.hg_archival.txt 2012-01-31 17:19:00.000000000 +0100 @@ -1,5 +1,5 @@ repo: e3ffdd7ae81c596b2be7e1e110d2c1255161340e -node: ce78649ed7ea0d55059aaf8374f9e2522c58bfb1 +node: d8c154589a16cb99ab16f36a27756ba94eefdbee branch: default latesttag: glue-1.0.9 -latesttagdistance: 1 +latesttagdistance: 4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/hb_report/utillib.sh new/cluster-glue/hb_report/utillib.sh --- old/cluster-glue/hb_report/utillib.sh 2011-11-29 10:44:31.000000000 +0100 +++ new/cluster-glue/hb_report/utillib.sh 2012-01-31 17:19:00.000000000 +0100 @@ -108,7 +108,9 @@ # findmsg() { # this is tricky, we try a few directories - syslogdirs="/var/log /var/logs /var/syslog /var/adm /var/log/ha /var/log/cluster" + syslogdirs="/var/log /var/logs /var/syslog /var/adm + /var/log/ha /var/log/cluster /var/log/pacemaker + /var/log/heartbeat /var/log/crm /var/log/corosync /var/log/openais" favourites="ha-*" mark=$1 log="" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/lib/stonith/main.c new/cluster-glue/lib/stonith/main.c --- old/cluster-glue/lib/stonith/main.c 2011-11-29 10:44:31.000000000 +0100 +++ new/cluster-glue/lib/stonith/main.c 2012-01-31 17:19:00.000000000 +0100 @@ -55,10 +55,10 @@ "<shortdesc lang=\"en\">%s</shortdesc>\n" "%s\n" "<actions>\n" -"<action name=\"start\" timeout=\"60\" />\n" +"<action name=\"start\" timeout=\"20\" />\n" "<action name=\"stop\" timeout=\"15\" />\n" -"<action name=\"status\" timeout=\"60\" />\n" -"<action name=\"monitor\" timeout=\"60\" interval=\"3600\" />\n" +"<action name=\"status\" timeout=\"20\" />\n" +"<action name=\"monitor\" timeout=\"20\" interval=\"3600\" />\n" "<action name=\"meta-data\" timeout=\"15\" />\n" "</actions>\n" "<special tag=\"heartbeat\">\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/logd/logd.in new/cluster-glue/logd/logd.in --- old/cluster-glue/logd/logd.in 2011-11-29 10:44:31.000000000 +0100 +++ new/cluster-glue/logd/logd.in 2012-01-31 17:19:00.000000000 +0100 @@ -28,7 +28,7 @@ # Required-Start: $network $syslog $remote_fs # Required-Stop: $network $syslog $remote_fs # X-Start-Before: heartbeat openais corosync -# Default-Start: 2 3 4 5 +# Default-Start: 2 3 5 # Default-Stop: 0 1 6 ### END INIT INFO ++++++ fix-runlevels.diff ++++++ --- /var/tmp/diff_new_pack.s2mbdj/_old 2012-02-16 12:19:05.000000000 +0100 +++ /var/tmp/diff_new_pack.s2mbdj/_new 2012-02-16 12:19:05.000000000 +0100 @@ -1,12 +1,12 @@ Index: cluster-glue/logd/logd.in =================================================================== ---- cluster-glue.orig/logd/logd.in 2011-01-31 10:15:04.000000000 +0100 -+++ cluster-glue/logd/logd.in 2011-03-11 09:04:58.627390876 +0100 +--- cluster-glue.orig/logd/logd.in ++++ cluster-glue/logd/logd.in @@ -28,7 +28,7 @@ # Required-Start: $network $syslog $remote_fs # Required-Stop: $network $syslog $remote_fs # X-Start-Before: heartbeat openais corosync --# Default-Start: 2 3 4 5 +-# Default-Start: 2 3 5 +# Default-Start: 3 5 # Default-Stop: 0 1 6 ### END INIT INFO -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
