From 3f428d8457525dcd5badbde873c6f1b0287c7eb5 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Feb 24 2022 19:49:11 +0000 Subject: Add edk-arm dep for system-arm It's expected nowdays for -M virt Signed-off-by: Cole Robinson --- diff --git a/qemu.spec b/qemu.spec index bfd87d2..43c8ac5 100644 --- a/qemu.spec +++ b/qemu.spec @@ -956,6 +956,9 @@ This package provides the QEMU system emulator for ARM systems. %package system-arm-core Summary: QEMU system emulator for ARM Requires: %{name}-common = %{epoch}:%{version}-%{release} +%if %{have_edk2} +Requires: edk2-arm +%endif %description system-arm-core This package provides the QEMU system emulator for ARM boards.