Include regexp module in EFI builds
So the regexp command can be used in systems with Secure Boot enabled. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
0ca82180b8
commit
c432d1fe96
@ -397,7 +397,7 @@ GRUB_MODULES=" all_video boot blscfg btrfs \\\
|
|||||||
mdraid09 mdraid1x minicmd net \\\
|
mdraid09 mdraid1x minicmd net \\\
|
||||||
normal part_apple part_msdos part_gpt \\\
|
normal part_apple part_msdos part_gpt \\\
|
||||||
password_pbkdf2 png reboot \\\
|
password_pbkdf2 png reboot \\\
|
||||||
search search_fs_uuid search_fs_file \\\
|
regexp search search_fs_uuid search_fs_file \\\
|
||||||
search_label serial sleep syslinuxcfg test tftp \\\
|
search_label serial sleep syslinuxcfg test tftp \\\
|
||||||
verify version video xfs" \
|
verify version video xfs" \
|
||||||
GRUB_MODULES+=%{efi_modules} \
|
GRUB_MODULES+=%{efi_modules} \
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.02
|
Version: 2.02
|
||||||
Release: 96%{?dist}
|
Release: 97%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/grub/
|
URL: http://www.gnu.org/software/grub/
|
||||||
@ -518,6 +518,9 @@ rm -r /boot/grub2.tmp/ || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 07 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-97
|
||||||
|
- Include regexp module in EFI builds
|
||||||
|
|
||||||
* Thu Aug 01 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-96
|
* Thu Aug 01 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-96
|
||||||
- Manual build for the Fedora 31 mass rebuild to succeed
|
- Manual build for the Fedora 31 mass rebuild to succeed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user