mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 06:22:43 +00:00
Enable "read" module
Resolves: #2071644 Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
parent
2e106f9a3e
commit
6c2cc46451
2 changed files with 6 additions and 2 deletions
|
@ -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 " \
|
||||
|
|
|
@ -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 <rharwood@redhat.com> - 2.06-35
|
||||
- Enable "read" module
|
||||
- Resolves: #2071644
|
||||
|
||||
* Tue Apr 12 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-34
|
||||
- Bump for requirements updates; no code changes
|
||||
|
||||
|
|
Loading…
Reference in a new issue