Hello community,
here is the log from the commit of package ha-cluster-bootstrap for
openSUSE:Factory checked in at 2013-12-19 12:12:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-06 14:34:46.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new/ha-cluster-bootstrap.changes
2013-12-19 12:12:07.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 12 05:35:01 UTC 2013 - [email protected]
+
+- Fix subnet match in network detection (bnc#854783)
+- Upstream version cs:f9adaaf
+
+-------------------------------------------------------------------
Old:
----
sleha-bootstrap-0.4+git.1380722991.d194e13.tar.bz2
New:
----
sleha-bootstrap-0.4+git.1386742804.f9adaaf.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ha-cluster-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.YHJWS6/_old 2013-12-19 12:12:07.000000000 +0100
+++ /var/tmp/diff_new_pack.YHJWS6/_new 2013-12-19 12:12:07.000000000 +0100
@@ -18,7 +18,7 @@
Name: ha-cluster-bootstrap
-Version: 0.4+git.1380722991.d194e13
+Version: 0.4+git.1386742804.f9adaaf
Release: 0
Summary: Pacemaker HA Cluster Bootstrap Tool
License: GPL-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.YHJWS6/_old 2013-12-19 12:12:07.000000000 +0100
+++ /var/tmp/diff_new_pack.YHJWS6/_new 2013-12-19 12:12:07.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">d194e13</param>
+ <param name="revision">f9adaaf</param>
</service>
<service name="recompress" mode="disabled">
++++++ sleha-bootstrap-0.4+git.1380722991.d194e13.tar.bz2 ->
sleha-bootstrap-0.4+git.1386742804.f9adaaf.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sleha-bootstrap-0.4+git.1380722991.d194e13/scripts/ha-cluster-functions
new/sleha-bootstrap-0.4+git.1386742804.f9adaaf/scripts/ha-cluster-functions
--- old/sleha-bootstrap-0.4+git.1380722991.d194e13/scripts/ha-cluster-functions
2013-10-02 16:11:08.000000000 +0200
+++ new/sleha-bootstrap-0.4+git.1386742804.f9adaaf/scripts/ha-cluster-functions
2013-12-12 06:35:58.000000000 +0100
@@ -425,12 +425,12 @@
if [ -z "$IP_ADDRESS" ]; then
IP_ADDRESS=$(ip -o -f inet addr show primary | \
awk "/[[:space:]]${NET_IF}[[:space:]]/ {print \$4} " |
- sed 's/\/[1-9][1-9]*//')
+ sed 's/\/[0-9]\+//')
fi
if [ -z "$IP_NETWORK" -a -n "$IP_ADDRESS" ]; then
IP_NETWORK=$(ip route list | \
awk "/${IP_ADDRESS}/ { print \$1; }" |
- sed 's/\/[1-9][1-9]//')
+ sed 's/\/[0-9]\+//')
fi
[ -z "$IP_ADDRESS" ] && \
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]