Pin the x86_64 EFI builds to the x86-64-v2 ISA baseline

This commit is contained in:
Eduard Abdullin 2026-08-13 08:26:56 +00:00 committed by root
parent 2a094ef229
commit 118bcd2bdc

View File

@ -39,7 +39,7 @@
Name: ipxe
Version: %{date}
Release: 5.git%{hash}%{?dist}
Release: 5.git%{hash}%{?dist}.alma.1
Summary: A network boot loader
License: BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND (GPL-2.0-only OR MPL-1.1) AND GPL-2.0-or-later AND GPL-2.0-or-later WITH UBDL-exception AND ISC AND MIT
@ -137,7 +137,7 @@ make_ipxe() {
%ifarch x86_64
make_ipxe bin-x86_64-efi/snponly.efi
make_ipxe EXTRA_CFLAGS=-march=x86-64-v2 bin-x86_64-efi/snponly.efi
make_ipxe ISOLINUX_BIN=/usr/share/syslinux/isolinux.bin \
bin/undionly.kpxe
@ -148,7 +148,7 @@ for romstr in %{qemuroms}; do
rom=$(echo "$romstr" | cut -d ":" -f 1)
make_ipxe CONFIG=qemu bin/${rom}.rom
make_ipxe CONFIG=qemu bin-x86_64-efi/${rom}.efidrv
make_ipxe CONFIG=qemu EXTRA_CFLAGS=-march=x86-64-v2 bin-x86_64-efi/${rom}.efidrv
vid="0x${rom%%????}"
did="0x${rom#????}"
EfiRom -f "$vid" -i "$did" --pci23 \
@ -230,6 +230,9 @@ cp -a src/bin-arm64-efi/snponly.efi %{buildroot}/%{_datadir}/%{name}/arm64-efi/s
%endif
%changelog
* Thu Aug 13 2026 Eduard Abdullin <eabdullin@almalinux.org> - 20240119-5.gitde8a0821.alma.1
- Pin the x86_64 EFI builds to the x86-64-v2 ISA baseline
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 20240119-5.gitde8a0821
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018