Hello community,
here is the log from the commit of package ha-cluster-bootstrap for
openSUSE:Factory checked in at 2015-08-07 00:23:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2015-05-22 09:53:29.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new/ha-cluster-bootstrap.changes
2015-08-07 00:23:51.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 3 13:10:19 UTC 2015 - [email protected]
+
+- Remove admin IP suggestion as it is confusing (bsc#939351)
+- Add 0004-Remove-admin-IP-suggestion-as-it-is-confusing-bsc-93.patch
+
+-------------------------------------------------------------------
New:
----
0004-Remove-admin-IP-suggestion-as-it-is-confusing-bsc-93.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ha-cluster-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.il6fbm/_old 2015-08-07 00:23:52.000000000 +0200
+++ /var/tmp/diff_new_pack.il6fbm/_new 2015-08-07 00:23:52.000000000 +0200
@@ -31,6 +31,8 @@
Patch2: 0002-Add-administration-Virtual-IP-fate-318549.patch
# PATCH-FIX-UPSTREAM: Only check watchdog if potentially using SBD
Patch3: 0003-Only-check-watchdog-if-potentially-using-SBD.patch
+# PATCH-FIX-UPSTREAM: Remove admin IP suggestion as it is confusing
(bsc#939351)
+Patch4: 0004-Remove-admin-IP-suggestion-as-it-is-confusing-bsc-93.patch
Requires: csync2
Requires: hawk
@@ -52,6 +54,7 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
%build
%install
++++++ 0004-Remove-admin-IP-suggestion-as-it-is-confusing-bsc-93.patch ++++++
>From 09f54d9c58273f551f1d90eef0ca36174ed62b59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= <[email protected]>
Date: Mon, 3 Aug 2015 15:06:51 +0200
Subject: [PATCH] Remove admin IP suggestion as it is confusing (bsc#939351)
---
scripts/ha-cluster-init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/ha-cluster-init b/scripts/ha-cluster-init
index e1cd774..c983658 100755
--- a/scripts/ha-cluster-init
+++ b/scripts/ha-cluster-init
@@ -619,7 +619,7 @@ Configure Administration IP Address:
fi
adminaddr=$(prompt_for_string \
- 'Administration Virtual IP
(e.g.: 192.168.1.200)' \
+ 'Administration Virtual IP' \
'([0-9]+\.){3}[0-9]+' "")
[ -z "$adminaddr" ] && error 'No value for admin address'
else
--
2.1.4