iasl is gone on i686, so stop building there

This commit is contained in:
Gerd Hoffmann 2022-04-07 07:42:24 +02:00
parent 8d8a395ac1
commit 01cb3b8d22
1 changed files with 2 additions and 1 deletions

View File

@ -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 <kraxel@redhat.com> - 20220221gitb24306f15daa-3
- Fix TPM build options.
- Stop builds on i686 (iasl missing).
- Resolves rhbz#2072827
* Wed Mar 23 2022 Gerd Hoffmann <kraxel@redhat.com> - 20220221gitb24306f15daa-1