From ef9df8de89e4d4e308750257b298cc7c246c3364 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: May 17 2022 18:25:45 +0000 Subject: 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 --- diff --git a/qemu.spec b/qemu.spec index 7921bf8..f8764d7 100644 --- a/qemu.spec +++ b/qemu.spec @@ -215,6 +215,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} @@ -285,6 +286,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 @@ -505,7 +507,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