From c6dd20f1295d24b311db64ba2180661efcbf3b06 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Wed, 3 Jun 2026 10:17:12 -0400 Subject: [PATCH] import CS git grub2-2.02-170.el8_10.2 --- SOURCES/sbat.csv.in | 2 +- SPECS/grub2.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/SOURCES/sbat.csv.in b/SOURCES/sbat.csv.in index b338b5f..f8372df 100755 --- a/SOURCES/sbat.csv.in +++ b/SOURCES/sbat.csv.in @@ -1,3 +1,3 @@ sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md -grub,3,Free Software Foundation,grub,@@VERSION@@,https//www.gnu.org/software/grub/ +grub,5,Free Software Foundation,grub,@@VERSION@@,https//www.gnu.org/software/grub/ grub.rh,2,Red Hat,grub2,@@VERSION_RELEASE@@,mailto:secalert@redhat.com diff --git a/SPECS/grub2.spec b/SPECS/grub2.spec index 1ed0141..75dbe17 100644 --- a/SPECS/grub2.spec +++ b/SPECS/grub2.spec @@ -7,7 +7,7 @@ Name: grub2 Epoch: 1 Version: 2.02 -Release: 170%{?dist}.1 +Release: 170%{?dist}.2 Summary: Bootloader with support for Linux, Multiboot and more Group: System Environment/Base License: GPLv3+ @@ -526,6 +526,10 @@ fi %endif %changelog +* Mon May 18 2026 Nicolas Frayer - 2.02-170.2 +- Bump sbat to grub,5 +- Resolves: #RHEL-177648 + * Thu Feb 19 2026 Therese Cornell - 2.02-170.1 - Fixes CVE-2025-61662 Missing unregister call for gettext command may lead to use-after-free - Resolves: #RHEL-141583