change the name of module tpcm to tpcm_kunpeng

Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit f7cb167f156e9063c3e2ef6d7858b92b7fb6e8fd)
This commit is contained in:
Qiumiao Zhang 2023-11-30 09:57:15 +08:00 committed by openeuler-sync-bot
parent bf8193ef28
commit f299c42533
3 changed files with 9 additions and 3 deletions

View File

@ -31,7 +31,7 @@ index b26774b..935195f 100644
};
+module = {
+ name = tpcm;
+ name = tpcm_kunpeng;
+ common = commands/efi/tpcm.c;
+ enable = efi;
+};

View File

@ -114,7 +114,7 @@
### fixme
%ifarch aarch64 %{arm}
%global efi_modules " tpcm "
%global efi_modules " tpcm_kunpeng "
%else
%global efi_modules " backtrace chain usb usbserial_common usbserial_pl2303 usbserial_ftdi usbserial_usbdebug "
%endif

View File

@ -8,7 +8,7 @@
Name: grub2
Epoch: 1
Version: 2.04
Release: 36
Release: 37
Summary: Bootloader with support for Linux, Multiboot and more
License: GPLv3+
URL: http://www.gnu.org/software/grub/
@ -442,6 +442,12 @@ rm -r /boot/grub2.tmp/ || :
%{_datadir}/man/man*
%changelog
* Thu Nov 30 2023 zhangqiumiao <zhangqiumiao1@huawei.com> - 1:2.04-37
- Type:requirement
- CVE:NA
- SUG:NA
- DESC:change the name of module tpcm to tpcm_kunpeng
* Sun Oct 8 2023 zhangqiumiao <zhangqiumiao1@huawei.com> - 1:2.04-36
- Type:CVE
- CVE:CVE-2023-4692 CVE-2023-4693