Hello community, here is the log from the commit of package libguestfs for openSUSE:Factory checked in at 2016-08-09 22:14:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libguestfs (Old) and /work/SRC/openSUSE:Factory/.libguestfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libguestfs" Changes: -------- --- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes 2016-07-24 19:53:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes 2016-08-09 22:14:47.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jul 28 10:03:14 UTC 2016 - [email protected] + +- Fix dependencies (fate#316274) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libguestfs.spec ++++++ --- /var/tmp/diff_new_pack.3xpHbS/_old 2016-08-09 22:14:48.000000000 +0200 +++ /var/tmp/diff_new_pack.3xpHbS/_new 2016-08-09 22:14:48.000000000 +0200 @@ -259,6 +259,20 @@ %endif %endif Requires: guestfs-data + +%if %{with fuse} +Requires: fuse +%endif + +# For virt-builder +Requires: curl +Requires: gpg2 +Requires: xz + +# For core disk features +Requires: qemu-tools + +Recommends: mdadm Conflicts: guestfs-data < %{version} Conflicts: libguestfs0 < %{version} @@ -465,6 +479,20 @@ %if %{with zerofree} BuildRequires: zerofree %endif + +# Needed by guestfsd which is burried in the appliance +# +# The problem with this design is that rpm can't find the +# library dependencies from the guestfsd hidden in the +# daemon.tar.gz tarball.Supermin will compute an appliance +# at runtime based on the packages it will find on the host. +# Thus if there is no libaugeas, libhivex, etc on the host, +# the appliance will fail to start the guestfsd. +Requires: libaugeas0 +Requires: libcap2 +Requires: libhivex0 +Requires: libpcre1 + Summary: Virtual machine needed for libguestfs License: GPL-2.0 Group: System/Filesystems @@ -506,6 +534,7 @@ Group: System/Filesystems Requires: %{kvm_binary} Requires: qemu >= 2.0 +Requires: qemu-tools Requires: supermin >= 5.1.6 %if %suse_version == 1315 %if 0%{?is_opensuse} == 0 @@ -549,6 +578,7 @@ Summary: Convert a physical machine to run on KVM License: GPL-2.0 Group: System/Management +Requires: gawk Requires: virt-v2v = %{version} %description -n virt-p2v
