mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
rpm: Install client-qemu with main package
The libvirt package is a sort of catch-all that brings in all daemon drivers as well as the client package, so it makes sense for it do drag in the QEMU-specific clients as well. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
58d9fe7202
commit
65c5c4db3d
@ -249,6 +249,7 @@ Requires: libvirt-daemon-driver-lxc = %{version}-%{release}
|
||||
%endif
|
||||
%if %{with_qemu}
|
||||
Requires: libvirt-daemon-driver-qemu = %{version}-%{release}
|
||||
Requires: libvirt-client-qemu = %{version}-%{release}
|
||||
%endif
|
||||
# We had UML driver, but we've removed it.
|
||||
Obsoletes: libvirt-daemon-driver-uml <= 5.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user