Hello community,
here is the log from the commit of package ha-cluster-bootstrap for
openSUSE:Factory checked in at 2017-02-20 13:14:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2017-01-10 10:44:12.313236728 +0100
+++
/work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new/ha-cluster-bootstrap.changes
2017-02-20 13:14:10.428229171 +0100
@@ -1,0 +2,9 @@
+Tue Jan 31 15:49:17 UTC 2017 - [email protected]
+
+- Update to version 0.5:
+ * Clarify crmsh version that has bootstrap commands
+ * Include sleha- aliases for commands (bnc#862798)
+
+- Remove 0004-Warn-if-using-the-old-sleha-command-form-bnc-862798.patch
+
+-------------------------------------------------------------------
@@ -227,0 +237,3 @@
+
+- Add symlinks to sleha-* commands; warn of obsolescence if used (bnc#862798)
+ + Added warn-if-using-obsolete-sleha-command.patch
Old:
----
sleha-bootstrap-0.4+git.1481877541.6b06de6.tar.bz2
New:
----
sleha-bootstrap-0.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ha-cluster-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.ywp6EM/_old 2017-02-20 13:14:10.904162260 +0100
+++ /var/tmp/diff_new_pack.ywp6EM/_new 2017-02-20 13:14:10.908161698 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ha-cluster-bootstrap
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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.1481877541.6b06de6
+Version: 0.5
Release: 0
Summary: Pacemaker HA Cluster Bootstrap Tool
License: GPL-2.0
@@ -26,13 +26,12 @@
Url: https://github.com/tserong/sleha-bootstrap
Source: sleha-bootstrap-%{version}.tar.bz2
-BuildRequires: crmsh >= 2.3.2+git.1481875498
+BuildRequires: crmsh >= 3
BuildRequires: help2man
-Requires: crmsh >= 2.3.2+git.1481875498
+Requires: crmsh >= 3
Requires: ha-cluster-webui
Requires: iproute2
Requires: pacemaker
-Requires: pssh
Requires: util-linux
Recommends: hawk2
Recommends: ocfs2-tools
@@ -63,6 +62,12 @@
install -p -m 644 man/ha-cluster-join.8 %{buildroot}%{_mandir}/man8
install -p -m 644 man/ha-cluster-remove.8 %{buildroot}%{_mandir}/man8
+%if !0%{?is_opensuse}
+ln -s ha-cluster-init %{buildroot}%{_sbindir}/sleha-init
+ln -s ha-cluster-join %{buildroot}%{_sbindir}/sleha-join
+ln -s ha-cluster-remove %{buildroot}%{_sbindir}/sleha-remove
+%endif
+
mkhelp() {
help2man -s 8 -n "$1" -o %{buildroot}%{_mandir}/man8/ha-cluster-$2.8
--version-string "%{version}" --help-option "cluster $2 --help" /usr/sbin/crm
}
@@ -72,6 +77,11 @@
%files
%defattr(-,root,root)
+%if !0%{?is_opensuse}
+%{_sbindir}/sleha-init
+%{_sbindir}/sleha-join
+%{_sbindir}/sleha-remove
+%endif
%{_sbindir}/ha-cluster-init
%{_sbindir}/ha-cluster-join
%{_sbindir}/ha-cluster-remove
++++++ _service ++++++
--- /var/tmp/diff_new_pack.ywp6EM/_old 2017-02-20 13:14:10.952155513 +0100
+++ /var/tmp/diff_new_pack.ywp6EM/_new 2017-02-20 13:14:10.956154950 +0100
@@ -1,10 +1,10 @@
<services>
<service name="tar_scm" mode="disabled">
- <param name="url">git://github.com/krig/sleha-bootstrap.git</param>
+ <param name="url">git://github.com/tserong/sleha-bootstrap.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="versionformat">0.4+git.%ct.%h</param>
- <param name="revision">crmsh-bootstrap</param>
+ <param name="versionformat">0.5</param>
+ <param name="revision">0.5</param>
<param name="changesgenerate">enable</param>
</service>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ywp6EM/_old 2017-02-20 13:14:10.992149890 +0100
+++ /var/tmp/diff_new_pack.ywp6EM/_new 2017-02-20 13:14:10.992149890 +0100
@@ -1,6 +1,4 @@
<servicedata>
<service name="tar_scm">
<param
name="url">git://github.com/tserong/sleha-bootstrap.git</param>
- <param
name="changesrevision">4584e871492e8152bd745b00903d652c33cb727e</param></service><service
name="tar_scm">
- <param name="url">git://github.com/krig/sleha-bootstrap.git</param>
- <param
name="changesrevision">6b06de692cc25e55b98e5b1b8caff9cc3c5fa01c</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">b57ea2432ece9072cce04dccd7b1f75b3d8a2a9a</param></service></servicedata>
\ No newline at end of file
++++++ sleha-bootstrap-0.4+git.1481877541.6b06de6.tar.bz2 ->
sleha-bootstrap-0.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/sleha-bootstrap-0.4+git.1481877541.6b06de6/README
new/sleha-bootstrap-0.5/README
--- old/sleha-bootstrap-0.4+git.1481877541.6b06de6/README 2016-12-16
09:39:01.000000000 +0100
+++ new/sleha-bootstrap-0.5/README 2017-01-31 16:44:30.000000000 +0100
@@ -1,9 +1,11 @@
HA Cluster Bootstrap
====================
-NOTE: The actual implementation of these tools has moved to crmsh:
+NOTE: The actual implementation of these tools has moved to crmsh and
+are included in crmsh from version 3.0.0:
https://github.com/ClusterLabs/crmsh
+ https://crmsh.github.io/
Tools to bootstrap a Pacemaker High Availability cluster in a hurry.