From 01cb3b8d22e22f3028d1fca559e4e70bd399b822 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Apr 07 2022 05:43:08 +0000 Subject: iasl is gone on i686, so stop building there --- diff --git a/edk2.spec b/edk2.spec index b8a3e3f..b8a42af 100644 --- a/edk2.spec +++ b/edk2.spec @@ -7,7 +7,7 @@ # in theory should build everywhere without much trouble, but # in practice the edk2 build system barfs on archs it doesn't know # (such as ppc), so lets limit things to the known-good ones. -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 +ExclusiveArch: x86_64 %{arm} aarch64 %else ExclusiveArch: x86_64 aarch64 %endif @@ -768,6 +768,7 @@ KERNEL_IMG=$(rpm -q -l $KERNEL_PKG | egrep '^/lib/modules/[^/]+/vmlinuz$') %changelog * Thu Apr 07 2022 Gerd Hoffmann - 20220221gitb24306f15daa-3 - Fix TPM build options. +- Stop builds on i686 (iasl missing). - Resolves rhbz#2072827 * Wed Mar 23 2022 Gerd Hoffmann - 20220221gitb24306f15daa-1