Hello community,
here is the log from the commit of package ha-cluster-bootstrap for
openSUSE:Factory checked in at 2014-02-15 08:04:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ha-cluster-bootstrap (Old)
and /work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ha-cluster-bootstrap"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ha-cluster-bootstrap/ha-cluster-bootstrap.changes
2013-12-19 12:12:07.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new/ha-cluster-bootstrap.changes
2014-02-15 08:04:43.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb 14 12:31:53 UTC 2014 - [email protected]
+
+- Ensure SBD service is enabled if required (bnc#862765)
+- Upstream version cs:b11cac6
+
+-------------------------------------------------------------------
Old:
----
sleha-bootstrap-0.4+git.1386742804.f9adaaf.tar.bz2
New:
----
sleha-bootstrap-0.4+git.1392381039.b11cac6.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ha-cluster-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.atX8Iu/_old 2014-02-15 08:04:43.000000000 +0100
+++ /var/tmp/diff_new_pack.atX8Iu/_new 2014-02-15 08:04:43.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ha-cluster-bootstrap
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010-2011 Novell Inc. All Rights Reserved.
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: ha-cluster-bootstrap
-Version: 0.4+git.1386742804.f9adaaf
+Version: 0.4+git.1392381039.b11cac6
Release: 0
Summary: Pacemaker HA Cluster Bootstrap Tool
License: GPL-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.atX8Iu/_old 2014-02-15 08:04:43.000000000 +0100
+++ /var/tmp/diff_new_pack.atX8Iu/_new 2014-02-15 08:04:43.000000000 +0100
@@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">0.4+git.%ct.%h</param>
- <param name="revision">f9adaaf</param>
+ <param name="revision">b11cac6</param>
</service>
<service name="recompress" mode="disabled">
++++++ sleha-bootstrap-0.4+git.1386742804.f9adaaf.tar.bz2 ->
sleha-bootstrap-0.4+git.1392381039.b11cac6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sleha-bootstrap-0.4+git.1386742804.f9adaaf/scripts/ha-cluster-functions
new/sleha-bootstrap-0.4+git.1392381039.b11cac6/scripts/ha-cluster-functions
--- old/sleha-bootstrap-0.4+git.1386742804.f9adaaf/scripts/ha-cluster-functions
2013-12-12 06:35:58.000000000 +0100
+++ new/sleha-bootstrap-0.4+git.1392381039.b11cac6/scripts/ha-cluster-functions
2014-02-14 13:31:38.000000000 +0100
@@ -218,6 +218,9 @@
[ -n "$pass_msg" ] && \
warn "You should change the hacluster password to something
more secure!"
+ if [ -f "$SYSCONFIG_SBD" ] && grep -q '^SBD_DEVICE=' $SYSCONFIG_SBD;
then
+ invoke systemctl enable sbd.service
+ fi
start_service pacemaker.service
wait_for_cluster
}
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]