diff --git a/99-grub-mkconfig.install b/99-grub-mkconfig.install index 4736367..408cf0c 100755 --- a/99-grub-mkconfig.install +++ b/99-grub-mkconfig.install @@ -16,6 +16,8 @@ if [[ x$GRUB_ENABLE_BLSCFG != xfalse ]]; then if [[ $ARCH = "ppc64" || $ARCH = "ppc64le" ]]; then RUN_MKCONFIG="true" fi +else + RUN_MKCONFIG="true" fi # A traditional grub configuration file needs to be generated only in the case when diff --git a/grub2.spec b/grub2.spec index 280d02c..7656d01 100644 --- a/grub2.spec +++ b/grub2.spec @@ -7,7 +7,7 @@ Name: grub2 Epoch: 1 Version: 2.02 -Release: 168%{?dist} +Release: 169%{?dist} Summary: Bootloader with support for Linux, Multiboot and more Group: System Environment/Base License: GPLv3+ @@ -526,6 +526,10 @@ fi %endif %changelog +* Wed Sep 10 2025 Leo Sandoval - 2.02-169 +- Run mkconfig when GRUB_ENABLE_BLSCFG is false +- Resolves: #RHEL-113830 + * Wed Sep 3 2025 Leo Sandoval - 2.02-168 - Strip correctly BLS files with conf extension - Resolves: #RHEL-112099