Skip to content
Snippets Groups Projects
Commit 2bf8e6fa authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import grub2-2.06-82.el9_4

parent b5242025
No related branches found
No related tags found
No related merge requests found
28206f6ddbbcaa61d84e5d5d0cd2debe5d942b9e26c9215c2714f5b781db3cbe
deb7b291bf0e148962117bc29441c9c9aeb1be077f0482725c30501375ec528d
......@@ -16,7 +16,7 @@
Name: grub2
Epoch: 1
Version: 2.06
Release: 80%{?dist}
Release: 82%{?dist}
Summary: Bootloader with support for Linux, Multiboot and more
License: GPLv3+
URL: http://www.gnu.org/software/grub/
......@@ -340,6 +340,10 @@ if test ! -f ${EFI_HOME}/grub.cfg; then
# there's no config in ESP, create one
grub2-mkconfig -o ${EFI_HOME}/grub.cfg
cp -a ${EFI_HOME}/grub.cfg ${EFI_HOME}/grub.cfg.rpmsave
fi
# need to move grub.cfg to correct dir for major version upgrade
if ! grep -q "configfile" ${EFI_HOME}/grub.cfg; then
cp -a ${EFI_HOME}/grub.cfg ${GRUB_HOME}/
fi
......@@ -534,7 +538,7 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
%endif
%changelog
* Wed Jun 12 2024 Release Engineering <releng@rockylinux.org> - 2.06-80
* Tue Sep 03 2024 Release Engineering <releng@rockylinux.org> - 2.06-82
- Removing redhat old cert sources entries (Sherif Nagy)
- Preserving rhel9 sbat entry based on shim-review feedback ticket no. 194
- Adding prod cert
......@@ -543,6 +547,14 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
- Adding Rocky testing CA, CERT and sbat files
- Use DER for ppc64le builds from rocky-sb-certs (Louis Abel)
* Thu Jun 27 2024 Nicolas Frayer <nfrayer@redhat.com> - 2.06-82
- Bump to assign correct tag
- Related: #RHEL-40362
* Tue Jun 25 2024 Marta Lewandowska <mlewando@redhat.com> - 2.06-81
- grub.cfg: Fix an issue when doing a major version upgrade
- Resolves: #RHEL-40362
* Tue May 28 2024 Nicolas Frayer <nfrayer@redhat.com> - 2.06-80
- Added more code for the previous CVE fix
- Related: #RHEL-39405
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment