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:
parent
5e8c0e04a6
commit
b88076bd8d
@ -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
|
Wed Jun 8 13:02:30 UTC 2016 - cbosdonnat@suse.com
|
||||||
|
|
||||||
|
@ -236,6 +236,7 @@ License: GPL-2.0
|
|||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
Obsoletes: %{name} < %{version}
|
Obsoletes: %{name} < %{version}
|
||||||
|
Requires: libguestfs0 = %{version}
|
||||||
Requires: python-evtx
|
Requires: python-evtx
|
||||||
%if %{with bash_completion}
|
%if %{with bash_completion}
|
||||||
Recommends: bash-completion >= 2.0
|
Recommends: bash-completion >= 2.0
|
||||||
@ -538,8 +539,8 @@ Requires: qemu-block-ssh
|
|||||||
|
|
||||||
%description -n virt-v2v
|
%description -n virt-v2v
|
||||||
virt-v2v is a tool for converting and importing virtual machines to
|
virt-v2v is a tool for converting and importing virtual machines to
|
||||||
libvirt-managed KVM, or Red Hat Enterprise Virtualization. It can import a
|
libvirt-managed KVM. It can import a variety of guest operating systems
|
||||||
variety of guest operating systems from libvirt-managed hosts and VMware ESX.
|
from libvirt-managed hosts.
|
||||||
|
|
||||||
%if %{with p2v}
|
%if %{with p2v}
|
||||||
%package -n virt-p2v
|
%package -n virt-p2v
|
||||||
@ -549,9 +550,8 @@ Group: System/Management
|
|||||||
Requires: virt-v2v = %{version}
|
Requires: virt-v2v = %{version}
|
||||||
|
|
||||||
%description -n virt-p2v
|
%description -n virt-p2v
|
||||||
virt-v2v is a tool for converting and importing virtual machines to
|
virt-p2v is a tool for converting physical machines into libvirt-managed KVM machines.
|
||||||
libvirt-managed KVM, or Red Hat Enterprise Virtualization. It can import a
|
It can import a variety of guest operating systems from libvirt-managed hosts.
|
||||||
variety of guest operating systems from libvirt-managed hosts and VMware ESX.
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
Loading…
Reference in New Issue
Block a user