From 65c5c4db3d7fc8ac3559f1e7a2730feb716b10c8 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 6 Sep 2023 11:22:40 +0200 Subject: [PATCH] rpm: Install client-qemu with main package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Daniel P. Berrangé --- libvirt.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index b471afebb1..051cf886d6 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -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