From 964e0961ea257126a7db2f8dd256b682b13f037b Mon Sep 17 00:00:00 2001 From: Huang Yang Date: Thu, 13 Mar 2025 11:04:29 +0800 Subject: [PATCH] In package grub2-efi-loongarch64, provide grub2 --- grub.macros | 2 +- grub2.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/grub.macros b/grub.macros index 9ad872b..69ea423 100644 --- a/grub.macros +++ b/grub.macros @@ -123,7 +123,7 @@ %global efi_modules " backtrace chain tpm usb usbserial_common usbserial_pl2303 usbserial_ftdi usbserial_usbdebug keylayouts at_keyboard connectefi " %endif -%ifarch aarch64 %{arm} riscv64 +%ifarch aarch64 %{arm} riscv64 loongarch64 %global legacy_provides -l %endif diff --git a/grub2.spec b/grub2.spec index 1cba4be..82330bc 100644 --- a/grub2.spec +++ b/grub2.spec @@ -1,4 +1,4 @@ -%define anolis_release 11 +%define anolis_release 12 %global _lto_cflags %{nil} %undefine _hardened_build @@ -506,6 +506,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog +* Thu Mar 13 2025 Huang Yang - 2.12-12 +- In package grub2-efi-loongarch64, provide grub2 + * Fri Jan 17 2025 Xue Liu - 2.12-11_2 - Disable vector instructions for loongarch -- Gitee