!338 [sync] PR-337: change the name of module tpcm to tpcm_kunpeng

From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-11-30 03:37:42 +00:00 committed by Gitee
commit 085353feae
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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