Run mkconfig when GRUB_ENABLE_BLSCFG is false
Resolves: #RHEL-113830 Signed-off-by: Leo Sandoval <lsandova@redhat.com>
This commit is contained in:
parent
53468617e9
commit
aa68f3c873
@ -16,6 +16,8 @@ if [[ x$GRUB_ENABLE_BLSCFG != xfalse ]]; then
|
|||||||
if [[ $ARCH = "ppc64" || $ARCH = "ppc64le" ]]; then
|
if [[ $ARCH = "ppc64" || $ARCH = "ppc64le" ]]; then
|
||||||
RUN_MKCONFIG="true"
|
RUN_MKCONFIG="true"
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
RUN_MKCONFIG="true"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# A traditional grub configuration file needs to be generated only in the case when
|
# A traditional grub configuration file needs to be generated only in the case when
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.02
|
Version: 2.02
|
||||||
Release: 168%{?dist}
|
Release: 169%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -526,6 +526,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 10 2025 Leo Sandoval <lsandova@redhat.com> - 2.02-169
|
||||||
|
- Run mkconfig when GRUB_ENABLE_BLSCFG is false
|
||||||
|
- Resolves: #RHEL-113830
|
||||||
|
|
||||||
* Wed Sep 3 2025 Leo Sandoval <lsandova@redhat.com> - 2.02-168
|
* Wed Sep 3 2025 Leo Sandoval <lsandova@redhat.com> - 2.02-168
|
||||||
- Strip correctly BLS files with conf extension
|
- Strip correctly BLS files with conf extension
|
||||||
- Resolves: #RHEL-112099
|
- Resolves: #RHEL-112099
|
||||||
|
Loading…
Reference in New Issue
Block a user