diff --git a/libguestfs.changes b/libguestfs.changes index 2b1d8f6..0745bc0 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 4 10:11:11 UTC 2016 - cbosdonnat@suse.com + +- Fix guestfs-tools dependencies. bsc#986866 + ------------------------------------------------------------------- Wed Jun 8 13:02:30 UTC 2016 - cbosdonnat@suse.com diff --git a/libguestfs.spec b/libguestfs.spec index c054b3c..958ea53 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -236,6 +236,7 @@ License: GPL-2.0 Group: System/Filesystems Provides: %{name} = %{version} Obsoletes: %{name} < %{version} +Requires: libguestfs0 = %{version} Requires: python-evtx %if %{with bash_completion} Recommends: bash-completion >= 2.0 @@ -538,8 +539,8 @@ Requires: qemu-block-ssh %description -n virt-v2v virt-v2v is a tool for converting and importing virtual machines to -libvirt-managed KVM, or Red Hat Enterprise Virtualization. It can import a -variety of guest operating systems from libvirt-managed hosts and VMware ESX. +libvirt-managed KVM. It can import a variety of guest operating systems +from libvirt-managed hosts. %if %{with p2v} %package -n virt-p2v @@ -549,9 +550,8 @@ Group: System/Management Requires: virt-v2v = %{version} %description -n virt-p2v -virt-v2v is a tool for converting and importing virtual machines to -libvirt-managed KVM, or Red Hat Enterprise Virtualization. It can import a -variety of guest operating systems from libvirt-managed hosts and VMware ESX. +virt-p2v is a tool for converting physical machines into libvirt-managed KVM machines. +It can import a variety of guest operating systems from libvirt-managed hosts. %endif %prep