From 3f428d8457525dcd5badbde873c6f1b0287c7eb5 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Thu, 24 Feb 2022 14:49:11 -0500 Subject: [PATCH] Add edk-arm dep for system-arm It's expected nowdays for -M virt Signed-off-by: Cole Robinson --- qemu.spec | 3 +++ 1 file changed, 3 insertions(+) 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.