change the name of module tpcm to tpcm_kunpeng

Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit a5fc32e5290b5fd2231cad4ed738d840460e0133)
This commit is contained in:
Qiumiao Zhang 2023-11-28 10:05:15 +08:00 committed by openeuler-sync-bot
parent 83f2c01a64
commit 6c106ce2b6
3 changed files with 9 additions and 3 deletions

View File

@ -36,7 +36,7 @@ index 6b00eb5..ee6ff17 100644
};
+module = {
+ name = tpcm;
+ name = tpcm_kunpeng;
+ common = commands/efi/tpcm.c;
+ enable = efi;
+};

View File

@ -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

View File

@ -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 <zhangqiumiao1@huawei.com> - 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 <zhangqiumiao1@huawei.com> - 1:2.06-40
- Type:requirement
- CVE:NA