diff --git a/grub.macros b/grub.macros index 056e1283484f3ee6949e91a75d7d639e6d05f3e9..48a3dc3ac2e8f7226c1679647f3c4ad207df0b31 100644 --- a/grub.macros +++ b/grub.macros @@ -444,14 +444,14 @@ GRUB_MODULES=" all_video boot btrfs \\\ echo efifwsetup efinet ext2 f2fs \\\ fat font gcry_rijndael gcry_rsa gcry_serpent \\\ gcry_sha256 gcry_twofish gcry_whirlpool \\\ - gfxmenu gfxterm gzio \\\ + gfxmenu gfxterm gfxterm_background gzio \\\ halt http iso9660 jpeg \\\ loadenv loopback linux lvm lsefi lsefimmap luks \\\ luks2 mdraid09 mdraid1x minicmd net \\\ normal part_apple part_msdos part_gpt \\\ password_pbkdf2 png reboot \\\ search search_fs_uuid search_fs_file \\\ - search_label sleep test tftp \\\ + search_label serial sleep test tftp \\\ video xfs " \ GRUB_MODULES+=%{efi_modules} \ %{expand:%%{mkimage %{1} %{2} %{3} %{4}}} \ diff --git a/grub2.spec b/grub2.spec index deffc249a2dce69eb71873b961fde593ce644a6c..cf8fb667c21cd48c4c3216d3203334ac8a32f025 100644 --- a/grub2.spec +++ b/grub2.spec @@ -14,7 +14,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 16 +Release: 17 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -447,6 +447,12 @@ fi %{_datadir}/man/man* %changelog +* Wed Jun 19 2024 yueyuankun - 1:2.12-17 +- Type:requirement +- CVE:NA +- SUG:NA +- DESC:Add gfxterm_background and serial modules to grub.efi + * Mon Jun 17 2024 wangziliang - 1:2.12-16 - Type:bugfix - CVE:NA