Accepting request 415546 from home:cbosdonnat:branches:Virtualization
Fix the dependencies OBS-URL: https://build.opensuse.org/request/show/415546 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=372
This commit is contained in:
parent
e4aa6170d0
commit
3b0e701ef1
@ -259,6 +259,26 @@ Requires: perl(Win::Hivex::Regedit)
|
||||
%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
|
||||
|
||||
# Needed by guestfsd which is burried in the appliance
|
||||
Requires: libaugeas0
|
||||
Requires: libcap2
|
||||
Requires: libhivex0
|
||||
Requires: libpcre1
|
||||
|
||||
Recommends: mdadm
|
||||
Conflicts: guestfs-data < %{version}
|
||||
Conflicts: libguestfs0 < %{version}
|
||||
|
||||
@ -465,6 +485,7 @@ BuildRequires: xz
|
||||
%if %{with zerofree}
|
||||
BuildRequires: zerofree
|
||||
%endif
|
||||
|
||||
Summary: Virtual machine needed for libguestfs
|
||||
License: GPL-2.0
|
||||
Group: System/Filesystems
|
||||
@ -506,6 +527,7 @@ License: LGPL-2.1
|
||||
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 +571,7 @@ from libvirt-managed hosts.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user