diff --git a/grub.macros b/grub.macros index 2eb014aa829e51d90022736611c257a7d52ea468..4aa1ff25d57d40c1348b2581324b836faac01efd 100644 --- a/grub.macros +++ b/grub.macros @@ -222,7 +222,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 1a88aa6e21d74140d595f356c7b850806b450523..8a4980b3f000c10c65dd9bb5418dee34797423d5 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: 106%{?dist} +Release: 106%{anolis_release}%{?dist} Summary: Bootloader with support for Linux, Multiboot and more Group: System Environment/Base License: GPLv3+ @@ -523,6 +525,9 @@ fi %endif %changelog +* Thu Jan 13 2022 Liwei Ge - 2.02-106.0.1 +- Build pc-modules package on x86_64 + * Thu Aug 19 2021 Javier Martinez Canillas - 2.02-106 - Fix device discoverability on PowerVM when the prefix is not set (dja) Related: rhbz#1899864