Hello community, here is the log from the commit of package cluster-glue for openSUSE:Factory checked in at 2016-02-11 12:33:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cluster-glue (Old) and /work/SRC/openSUSE:Factory/.cluster-glue.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cluster-glue" Changes: -------- --- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes 2015-10-24 18:56:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes 2016-02-11 12:33:11.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Feb 4 15:25:43 UTC 2016 - [email protected] + +- Update to 1.0.12+hg2816 + + Medium: stonith: external/libvirt: fix handling of hosts with uppercase letters in names +- upstream cs: 56f40ec5d37e + +------------------------------------------------------------------- Old: ---- cluster-glue-1.0.12+hg2815.tar.bz2 New: ---- cluster-glue-1.0.12+hg2816.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cluster-glue.spec ++++++ --- /var/tmp/diff_new_pack.ILlU9O/_old 2016-02-11 12:33:12.000000000 +0100 +++ /var/tmp/diff_new_pack.ILlU9O/_new 2016-02-11 12:33:12.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package cluster-glue # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,8 +39,8 @@ Summary: Reusable cluster components License: GPL-2.0 and LGPL-2.1+ Group: Productivity/Clustering/HA -Version: 1.0.12+hg2815 -Release: %{?glue_release} +Version: 1.0.12+hg2816 +Release: 0 Url: http://www.linux-ha.org/wiki/Cluster_Glue Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf ++++++ cluster-glue-1.0.12+hg2815.tar.bz2 -> cluster-glue-1.0.12+hg2816.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue-1.0.12+hg2815/lib/plugins/stonith/external/libvirt new/cluster-glue-1.0.12+hg2816/lib/plugins/stonith/external/libvirt --- old/cluster-glue-1.0.12+hg2815/lib/plugins/stonith/external/libvirt 2015-10-16 18:23:46.000000000 +0200 +++ new/cluster-glue-1.0.12+hg2816/lib/plugins/stonith/external/libvirt 2016-02-04 16:24:15.000000000 +0100 @@ -136,14 +136,15 @@ { for h in $hostlist do - case $h in + h_comp=`echo $h | tr A-Z a-z` + case $h_comp in $1:*) domain_id=`expr $h : '.*:\(.*\)'` return ;; $1) - domain_id=$1 + domain_id=$h return esac done
