SHA256
1
0
forked from pool/libguestfs

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
This commit is contained in:
Cédric Bosdonnat 2016-07-04 12:20:29 +00:00 committed by Git OBS Bridge
parent 5e8c0e04a6
commit b88076bd8d
2 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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