From e0c20de561036bf0877b3687d5438237dd41a335 Mon Sep 17 00:00:00 2001 From: streamlet_hy Date: Thu, 13 Mar 2025 11:13:10 +0800 Subject: [PATCH] In package grub2-efi-loongarch64, provide grub2 --- grub.macros | 2 +- grub2.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/grub.macros b/grub.macros index 082eb2b..db47756 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 " %endif -%ifarch aarch64 %{arm} riscv64 +%ifarch aarch64 %{arm} riscv64 loongarch64 %global legacy_provides -l %endif diff --git a/grub2.spec b/grub2.spec index adfd56e..2840446 100644 --- a/grub2.spec +++ b/grub2.spec @@ -22,7 +22,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 38 +Release: 39 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -464,6 +464,12 @@ fi %{_datadir}/man/man* %changelog +* Thu Mar 13 2025 Huang Yang - 1:2.12-39 +- Type:bugfix +- CVE:NA +- SUG:NA +- In package grub2-efi-loongarch64, provide grub2 + * Mon Mar 10 2025 sunway_fw - 1:2.12-38 - Type:requirement - CVE:NA -- Gitee