Hello community, here is the log from the commit of package libvirt for openSUSE:Factory checked in at 2014-12-30 00:49:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvirt (Old) and /work/SRC/openSUSE:Factory/.libvirt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libvirt" Changes: -------- --- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes 2014-12-16 14:49:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2014-12-30 00:49:55.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Dec 27 22:08:00 UTC 2014 - Led <ledest@gmail.com> + +- fix bashisms in libvirt-guests.sh script +- update patches: + + libvirt-guests-init-script.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt-guests-init-script.patch ++++++ --- /var/tmp/diff_new_pack.O4lKvW/_old 2014-12-30 00:49:58.000000000 +0100 +++ /var/tmp/diff_new_pack.O4lKvW/_new 2014-12-30 00:49:58.000000000 +0100 @@ -74,7 +74,7 @@ return 1 else return 0 -@@ -83,6 +84,25 @@ run_virsh_c() { +@@ -83,6 +84,26 @@ run_virsh_c() { ( export LC_ALL=C; run_virsh "$@" ) } @@ -91,8 +91,9 @@ + run_virsh $uri list > /dev/null 2>&1 + done + if [ $i -eq $rets ]; then -+ echo $"libvirt-guests unable to connect to URI: $uri" -+ return 1 ++ eval_gettext "libvirt-guests unable to connect to URI: $uri" ++ echo ++ return 1 + fi + return 0 +} @@ -118,13 +119,14 @@ return 1 fi -@@ -190,6 +210,12 @@ start() { +@@ -190,6 +210,13 @@ start() { test_connect "$uri" || continue + await_daemon_up $uri + if [ $? -ne 0 ]; then -+ echo $"Ignoring guests on $uri URI, can't connect" ++ eval_gettext "Ignoring guests on $uri URI, can't connect" ++ echo + continue + fi + -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de