From d1ec89a9b65ec94c168ecf94d4ecfb487a326e80 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 17 May 2022 14:25:45 -0400 Subject: [PATCH] spec: Move qemu-pr-helper dep from `qemu` to `qemu-system-XXX` Similar to what was done for virtiofsd in the previous commit Signed-off-by: Cole Robinson --- qemu.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 535ec01..89e67da 100644 --- a/qemu.spec +++ b/qemu.spec @@ -213,6 +213,7 @@ %define requires_device_display_virtio_gpu_ccw Requires: %{name}-device-display-virtio-gpu-ccw = %{evr} %define requires_device_display_virtio_vga Requires: %{name}-device-display-virtio-vga = %{evr} %define requires_device_display_virtio_vga_gl Requires: %{name}-device-display-virtio-vga-gl = %{evr} +%define requires_package_qemu_pr_helper Requires: qemu-pr-helper %define requires_package_virtiofsd Requires: vhostuser-backend(fs) %if %{have_virgl} @@ -282,6 +283,7 @@ %{requires_device_usb_host} \ %{requires_device_usb_redirect} \ %{requires_device_usb_smartcard} \ +%{requires_package_qemu_pr_helper} \ %{requires_package_virtiofsd} \ # Modules which can be conditionally built @@ -521,7 +523,6 @@ Requires: %{name}-system-x86 = %{epoch}:%{version}-%{release} Requires: %{name}-system-xtensa = %{epoch}:%{version}-%{release} Requires: %{name}-img = %{epoch}:%{version}-%{release} Requires: %{name}-tools = %{epoch}:%{version}-%{release} -Requires: qemu-pr-helper = %{epoch}:%{version}-%{release} %description