spec: Add weak dependencies on libvirt-daemon-* packages
Prefer kvm if available, otherwise pull in libvirt-daemon-qemu Pull in the default network config too
This commit is contained in:
parent
368c202f9b
commit
f3889927e1
|
@ -46,6 +46,10 @@ Requires: dconf
|
|||
# no ambiguity.
|
||||
Requires: vte291
|
||||
|
||||
# Weak dependencies for the common virt-manager usecase
|
||||
Recommends: (libvirt-daemon-kvm or libvirt-daemon-qemu)
|
||||
Recommends: libvirt-daemon-config-network
|
||||
|
||||
BuildRequires: intltool
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
BuildRequires: python3-devel
|
||||
|
|
Loading…
Reference in New Issue