From b88076bd8d4d116ec5d402b0f99885f3c5a98e34186f04c05d815ca287ab32a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Mon, 4 Jul 2016 12:20:29 +0000 Subject: [PATCH] Accepting request 406381 from home:cbosdonnat:branches:Virtualization - Fix guestfs-tools dependencies. bsc#986866 OBS-URL: https://build.opensuse.org/request/show/406381 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=363 --- libguestfs.changes | 5 +++++ libguestfs.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) 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