From 56201aa1696ea439efb2caac127c51a3abc428e3 Mon Sep 17 00:00:00 2001 From: Qiumiao Zhang Date: Tue, 28 Nov 2023 10:05:15 +0800 Subject: [PATCH] change the name of module tpcm to tpcm_kunpeng Signed-off-by: Qiumiao Zhang (cherry picked from commit a5fc32e5290b5fd2231cad4ed738d840460e0133) --- add-TPCM-support-with-ipmi-channel.patch | 2 +- grub.macros | 2 +- grub2.spec | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/add-TPCM-support-with-ipmi-channel.patch b/add-TPCM-support-with-ipmi-channel.patch index 707d6d9..d1511d9 100644 --- a/add-TPCM-support-with-ipmi-channel.patch +++ b/add-TPCM-support-with-ipmi-channel.patch @@ -36,7 +36,7 @@ index 6b00eb5..ee6ff17 100644 }; +module = { -+ name = tpcm; ++ name = tpcm_kunpeng; + common = commands/efi/tpcm.c; + enable = efi; +}; diff --git a/grub.macros b/grub.macros index a47056e..c240136 100644 --- a/grub.macros +++ b/grub.macros @@ -118,7 +118,7 @@ ### fixme %ifarch aarch64 %{arm} riscv64 loongarch64 -%global efi_modules " tpm tpcm " +%global efi_modules " tpm tpcm_kunpeng " %else %global efi_modules " backtrace chain tpm usb usbserial_common usbserial_pl2303 usbserial_ftdi usbserial_usbdebug keylayouts at_keyboard " %endif diff --git a/grub2.spec b/grub2.spec index 7ba2e71..23ec1cb 100644 --- a/grub2.spec +++ b/grub2.spec @@ -14,7 +14,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 40 +Release: 41 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -448,6 +448,12 @@ fi %{_datadir}/man/man* %changelog +* Tue Nov 28 2023 zhangqiumiao - 1:2.06-41 +- Type:requirement +- CVE:NA +- SUG:NA +- DESC:change the name of module tpcm to tpcm_kunpeng + * Wed Nov 22 2023 zhangqiumiao - 1:2.06-40 - Type:requirement - CVE:NA -- Gitee