From 15c64d9f8dfaebd07a24921e8b7be97b64bcb3b3 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 3 Dec 2018 09:28:25 -0800 Subject: [PATCH] There is no support for edk2-ovmf on arm/arm64 Resolves: rhbz#1655512 --- lorax.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 98d74bf3..6df10e68 100644 --- a/lorax.spec +++ b/lorax.spec @@ -94,7 +94,7 @@ Requires: lorax = %{version}-%{release} Requires: qemu-kvm # Fedora edk2 builds currently only support these arches -%ifarch %{ix86} x86_64 %{arm} aarch64 +%ifarch %{ix86} x86_64 Requires: edk2-ovmf %endif