From 8548127eeb663c08e63b32628980a5104a8e0e529b60fe9961d4256f022c41d0 Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Thu, 13 May 2021 08:40:35 +0000 Subject: [PATCH] Accepting request 892145 from home:michael-chang:branches:Base:System - Fix plaintext password in grub config didn't work to unlock menu entry if enabling secure boot in UEFI (bsc#1181892) OBS-URL: https://build.opensuse.org/request/show/892145 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=383 --- grub2.changes | 6 ++++++ grub2.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/grub2.changes b/grub2.changes index 4bf28a0..edf1b77 100644 --- a/grub2.changes +++ b/grub2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 11 02:14:06 UTC 2021 - Michael Chang + +- Fix plaintext password in grub config didn't work to unlock menu entry if + enabling secure boot in UEFI (bsc#1181892) + ------------------------------------------------------------------- Fri Apr 23 03:27:37 UTC 2021 - Michael Chang diff --git a/grub2.spec b/grub2.spec index 8dad321..e3b4279 100644 --- a/grub2.spec +++ b/grub2.spec @@ -874,7 +874,7 @@ FS_MODULES="btrfs ext2 xfs jfs reiserfs" CD_MODULES=" all_video boot cat chain configfile echo true \ efinet font gfxmenu gfxterm gzio halt iso9660 \ jpeg minicmd normal part_apple part_msdos part_gpt \ - password_pbkdf2 png reboot search search_fs_uuid \ + password password_pbkdf2 png reboot search search_fs_uuid \ search_fs_file search_label sleep test video fat loadenv" PXE_MODULES="efinet tftp http" CRYPTO_MODULES="luks gcry_rijndael gcry_sha1 gcry_sha256"