diff --git a/grub.macros b/grub.macros index 6279c55ef7f0fb9bbc234997b6a6fff86236b0e7..b69fc218a3636c2fa8692b02222f4cfd2a56bc6c 100644 --- a/grub.macros +++ b/grub.macros @@ -209,7 +209,7 @@ %ifarch x86_64 %global with_efi_common 1 -%global with_legacy_modules 0 +%global with_legacy_modules 1 %global with_legacy_common 0 %else %global with_efi_common 0 diff --git a/grub2.spec b/grub2.spec index d60b66eb4d304f7cb9389430cfb6c15123ca5413..e6bf90cb6ba947dca6b0e2bd45a5078caec48e4d 100644 --- a/grub2.spec +++ b/grub2.spec @@ -1,3 +1,5 @@ +%define anolis_release .0.1 + %undefine _hardened_build %global tarversion 2.02 @@ -7,7 +9,7 @@ Name: grub2 Epoch: 1 Version: 2.02 -Release: 87%{?dist}.4 +Release: 87%{anolis_release}%{?dist}.4 Summary: Bootloader with support for Linux, Multiboot and more Group: System Environment/Base License: GPLv3+ @@ -503,6 +505,10 @@ fi %endif %changelog +* Wed Dec 1 2021 zhangbinchen - 2.02-87.0.1.4 +- cherry-pick [f1f477c] +- Build pc-modules package on x86_64 + * Fri Jul 02 2021 Javier Martinez Canillas - 2.02-87.el8_2.4 - ieee1275: Avoiding many unecessary open/close Resolves: rhbz#1937671