From 53a608c91a7f72d57c1e68474463e887ea124c83 Mon Sep 17 00:00:00 2001 From: forrest_ly Date: Wed, 23 Mar 2022 20:14:17 +0800 Subject: [PATCH] build legacy modules on x86-64 --- grub.macros | 2 +- grub2.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/grub.macros b/grub.macros index 4162b82..0afdd32 100644 --- a/grub.macros +++ b/grub.macros @@ -226,7 +226,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 10b2cc6..6b5d11c 100644 --- a/grub2.spec +++ b/grub2.spec @@ -12,7 +12,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -500,6 +500,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog +* Wed Mar 23 2022 forrest_ly - 2.06-3 +- Build pc-modules on x86-64 + * Tue Mar 22 2022 Chunmei Xu - 2.06-2 - change to use fuse3 -- Gitee