From 6c2cc464515fdd21bc934e0b4c3109c7cdc2448f Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 13 Apr 2022 15:13:22 +0000 Subject: [PATCH] Enable "read" module Resolves: #2071644 Signed-off-by: Robbie Harwood --- grub.macros | 2 +- grub2.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/grub.macros b/grub.macros index 037230d..d1ac1dc 100644 --- a/grub.macros +++ b/grub.macros @@ -416,7 +416,7 @@ GRUB_MODULES=" all_video boot blscfg btrfs \\\ loadenv loopback linux lvm lsefi lsefimmap luks \\\ luks2 mdraid09 mdraid1x minicmd net \\\ normal part_apple part_msdos part_gpt \\\ - password_pbkdf2 pgp png reboot \\\ + password_pbkdf2 pgp png read reboot \\\ regexp search search_fs_uuid search_fs_file \\\ search_label serial sleep syslinuxcfg test tftp \\\ version video xfs zstd " \ diff --git a/grub2.spec b/grub2.spec index c4cffaf..906296e 100644 --- a/grub2.spec +++ b/grub2.spec @@ -17,7 +17,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 34%{?dist} +Release: 35%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -529,6 +529,10 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog +* Wed Apr 13 2022 Robbie Harwood - 2.06-35 +- Enable "read" module +- Resolves: #2071644 + * Tue Apr 12 2022 Robbie Harwood - 2.06-34 - Bump for requirements updates; no code changes