Hello community, here is the log from the commit of package virt-utils for openSUSE:Factory checked in at 2013-03-17 10:08:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-utils (Old) and /work/SRC/openSUSE:Factory/.virt-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-utils", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/virt-utils/virt-utils.changes 2012-12-21 10:36:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.virt-utils.new/virt-utils.changes 2013-03-17 10:08:27.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Mar 8 21:10:02 UTC 2013 - [email protected] + +- Fix syntactical error in vm-snapshot-disk (bnc#793271) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vm-snapshot-disk ++++++ --- /var/tmp/diff_new_pack.5C8Bfd/_old 2013-03-17 10:08:29.000000000 +0100 +++ /var/tmp/diff_new_pack.5C8Bfd/_new 2013-03-17 10:08:29.000000000 +0100 @@ -73,7 +73,7 @@ OCFS2_VOLS=`cat /proc/mounts | grep ocfs2 | cut -d \ -f 2` -if `uname -r | grep -i xen` +if uname -r | grep -i xen &> /dev/null then HYPERVISOR=xen else -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
