diff --git a/grub.macros b/grub.macros index 4a2883d..aa6921c 100755 --- a/grub.macros +++ b/grub.macros @@ -30,6 +30,7 @@ -e 's/-fcf-protection//g' \\\ -e 's/-fasynchronous-unwind-tables//g' \\\ -e 's/^/ -fno-strict-aliasing /' \\\ + -e 's,-march=x86-64-v[[:alnum:]._-]*,-march=x86-64,g' \\\ %{nil} %global host_cflags %{expand:%%(echo %{build_cflags} %{?_hardening_cflags} | %{cflags_sed})} diff --git a/grub2.spec b/grub2.spec index 49e944d..3797e24 100644 --- a/grub2.spec +++ b/grub2.spec @@ -16,7 +16,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 65%{?dist} +Release: 66%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -533,6 +533,10 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog +* Thu Jul 20 2023 Nicolas Frayer - 2.06-66 +- build with baseline ISA flags +- Resolves: #2215860 + * Wed Jun 07 2023 Nicolas Frayer - 2.06-65 - efi/http: change uint32_t to uintn_t - Resolves: #2207851