diff --git a/grub.macros b/grub.macros index 9ad872bd1c810b2f3e19b28ce237555a5fe739cf..69ea42369ec1d89a9c936e054c6ddc62ce6dabb6 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 1cba4bed35558989fed9df5ecf221c1606c8fbe2..82330bc674d09fc13a3d1ee872e3ed275c0c463a 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