From 5d6515ca47b7c87ef466409d065eee0057ba203c Mon Sep 17 00:00:00 2001 From: Qiumiao Zhang Date: Wed, 29 Jun 2022 16:27:57 +0800 Subject: [PATCH] add tpm in efi_modules of aarch64 --- grub.macros | 2 +- grub2.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/grub.macros b/grub.macros index 0031e53..cc2d335 100644 --- a/grub.macros +++ b/grub.macros @@ -116,7 +116,7 @@ ### fixme %ifarch aarch64 %{arm} riscv64 -%global efi_modules " " +%global efi_modules " tpm " %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 7416cdf..db22e07 100644 --- a/grub2.spec +++ b/grub2.spec @@ -14,7 +14,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 9 +Release: 10 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -436,6 +436,12 @@ fi %{_datadir}/man/man* %changelog +* Wed Jun 29 2022 zhangqiumiao - 1:2.06-10 +- Type:requirement +- CVE:NA +- SUG:NA +- DESC:add tpm in efi_modules of aarch64 + * Tue Jun 21 2022 sunhai - 1:2.06-9 - Type:CVE - CVE:CVE-2021-3697 CVE-2022-28735 CVE-2022-28736 CVE-2022-28734 CVE-2022-28733 CVE-2021-3695 CVE-2021-3696