Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grub2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
grub2
Commits
2bf8e6fa
Commit
2bf8e6fa
authored
7 months ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import grub2-2.06-82.el9_4
parent
b5242025
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.grub2.checksum
+1
-1
1 addition, 1 deletion
.grub2.checksum
SPECS/grub2.spec
+14
-2
14 additions, 2 deletions
SPECS/grub2.spec
with
15 additions
and
3 deletions
.grub2.checksum
+
1
−
1
View file @
2bf8e6fa
28206f6ddbbcaa61d84e5d5d0cd2debe5d942b9e26c9215c2714f5b781db3cbe
deb7b291bf0e148962117bc29441c9c9aeb1be077f0482725c30501375ec528d
This diff is collapsed.
Click to expand it.
SPECS/grub2.spec
+
14
−
2
View file @
2bf8e6fa
...
...
@@ -16,7 +16,7 @@
Name: grub2
Epoch: 1
Version: 2.06
Release: 8
0
%{?dist}
Release: 8
2
%{?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-8
0
*
Tue Sep 03
2024 Release Engineering <releng@rockylinux.org> - 2.06-8
2
- 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment