Hello community, here is the log from the commit of package cluster-glue for openSUSE:Leap:15.2 checked in at 2020-05-12 11:31:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/cluster-glue (Old) and /work/SRC/openSUSE:Leap:15.2/.cluster-glue.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cluster-glue" Tue May 12 11:31:53 2020 rev:32 rq:801300 version:1.0.12+v1.git.1587474580.a5fda2bc Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/cluster-glue/cluster-glue.changes 2020-01-15 14:50:29.377417840 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.cluster-glue.new.2738/cluster-glue.changes 2020-05-12 11:32:08.767712321 +0200 @@ -2 +2,7 @@ -Wed Jun 12 07:23:22 UTC 2019 - [email protected] +Mon Apr 27 12:56:01 UTC 2020 - [email protected] + +- Update to version 1.0.12+v1.git.1587474580.a5fda2bc: + * Fix EC2 stonith plugin (bsc#1169784) + +------------------------------------------------------------------- +Wed Jun 12 07:20:49 UTC 2019 - [email protected] @@ -6,0 +13,3 @@ +------------------------------------------------------------------- +Mon Jun 10 09:24:00 UTC 2019 - [email protected] + Old: ---- cluster-glue-1.0.12+v1.git.1560323319.fd5a3bef.tar.bz2 New: ---- cluster-glue-1.0.12+v1.git.1587474580.a5fda2bc.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cluster-glue.spec ++++++ --- /var/tmp/diff_new_pack.qHVp2s/_old 2020-05-12 11:32:09.199713228 +0200 +++ /var/tmp/diff_new_pack.qHVp2s/_new 2020-05-12 11:32:09.199713228 +0200 @@ -1,7 +1,7 @@ # # spec file for package cluster-glue # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,7 +23,7 @@ # Directory where we install documentation %global glue_docdir %{_defaultdocdir}/%{name} Name: cluster-glue -Version: 1.0.12+v1.git.1560323319.fd5a3bef +Version: 1.0.12+v1.git.1587474580.a5fda2bc Release: 0 Summary: Reusable cluster components License: GPL-2.0-only AND LGPL-2.1-or-later ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.qHVp2s/_old 2020-05-12 11:32:09.251713338 +0200 +++ /var/tmp/diff_new_pack.qHVp2s/_new 2020-05-12 11:32:09.251713338 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/ClusterLabs/cluster-glue.git</param> - <param name="changesrevision">26acc098f0fce9e109b91b4b0d307e83e8fa1dd1</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">7c84a6ae8cab29a8eb1270b8c1de0cb346210df2</param></service></servicedata> \ No newline at end of file ++++++ cluster-glue-1.0.12+v1.git.1560323319.fd5a3bef.tar.bz2 -> cluster-glue-1.0.12+v1.git.1587474580.a5fda2bc.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue-1.0.12+v1.git.1560323319.fd5a3bef/lib/plugins/stonith/external/ec2 new/cluster-glue-1.0.12+v1.git.1587474580.a5fda2bc/lib/plugins/stonith/external/ec2 --- old/cluster-glue-1.0.12+v1.git.1560323319.fd5a3bef/lib/plugins/stonith/external/ec2 2019-06-12 09:08:39.000000000 +0200 +++ new/cluster-glue-1.0.12+v1.git.1587474580.a5fda2bc/lib/plugins/stonith/external/ec2 2020-04-21 15:09:40.000000000 +0200 @@ -53,15 +53,20 @@ instance_not_found=0 unknown_are_stopped=0 -action_default="reset" # Default fence action -ec2_tag_default="Name" # EC2 Tag containing the instance's uname +action_default="reset" # Default fence action +ec2_tag_default="Name" # EC2 Tag containing the instance's uname +ec2_profile_default="default" # EC2 Profile containing the AWS's profile sleep_time="1" +# Set the correct value for the tag [ -n "$tag" ] && ec2_tag="$tag" - : ${ec2_tag=${ec2_tag_default}} +# Set the correct value for the profile +[ -n "$profile" ] && ec2_profile="$profile" +: ${ec2_profile=${ec2_profile_default}} + # Always invoke aws command with UTF-8 locale # to avoid issues when the tag contains non-ASCII # characters (bsc#1059171) @@ -299,12 +304,7 @@ [ -n "$1" ] && action=$1 [ -n "$2" ] && node_to_fence=$2 -if [ -z "$ec2_profile"]; then - options="--output text --profile default" -else - options="--output text --profile $ec2_profile " -fi - +options="--output text --profile $ec2_profile" action=`echo $action | tr 'A-Z' 'a-z'` case $action in
