iasl is gone on i686, so stop building there
This commit is contained in:
parent
8d8a395ac1
commit
01cb3b8d22
@ -7,7 +7,7 @@
|
|||||||
# in theory should build everywhere without much trouble, but
|
# in theory should build everywhere without much trouble, but
|
||||||
# in practice the edk2 build system barfs on archs it doesn't know
|
# 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.
|
# (such as ppc), so lets limit things to the known-good ones.
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
|
ExclusiveArch: x86_64 %{arm} aarch64
|
||||||
%else
|
%else
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
%endif
|
%endif
|
||||||
@ -768,6 +768,7 @@ KERNEL_IMG=$(rpm -q -l $KERNEL_PKG | egrep '^/lib/modules/[^/]+/vmlinuz$')
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Apr 07 2022 Gerd Hoffmann <kraxel@redhat.com> - 20220221gitb24306f15daa-3
|
* Thu Apr 07 2022 Gerd Hoffmann <kraxel@redhat.com> - 20220221gitb24306f15daa-3
|
||||||
- Fix TPM build options.
|
- Fix TPM build options.
|
||||||
|
- Stop builds on i686 (iasl missing).
|
||||||
- Resolves rhbz#2072827
|
- Resolves rhbz#2072827
|
||||||
|
|
||||||
* Wed Mar 23 2022 Gerd Hoffmann <kraxel@redhat.com> - 20220221gitb24306f15daa-1
|
* Wed Mar 23 2022 Gerd Hoffmann <kraxel@redhat.com> - 20220221gitb24306f15daa-1
|
||||||
|
Loading…
Reference in New Issue
Block a user