diff --git a/SOURCES/sbat.csv.in b/SOURCES/sbat.csv.in index 63e255f..7d15d99 100755 --- a/SOURCES/sbat.csv.in +++ b/SOURCES/sbat.csv.in @@ -1,4 +1,4 @@ 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,@@RHEL_VERSION_RELEASE@@,mailto:secalert@redhat.com grub.almalinux,2,AlmaLinux,grub2,@@VERSION_RELEASE@@,mailto:security@almalinux.org diff --git a/SPECS/grub2.spec b/SPECS/grub2.spec index 9b16906..753bb7d 100644 --- a/SPECS/grub2.spec +++ b/SPECS/grub2.spec @@ -11,7 +11,7 @@ Name: grub2 Epoch: 1 Version: 2.02 -Release: 170%{?dist}.1.alma.1 +Release: 170%{?dist}.2.alma.1 Summary: Bootloader with support for Linux, Multiboot and more Group: System Environment/Base License: GPLv3+ @@ -545,9 +545,13 @@ fi %endif %changelog -* Tue Mar 17 2026 Eduard Abdullin - 1:2.02-170.1.alma.1 +* Wed Jun 03 2026 Eduard Abdullin - 1:2.02-170.2.alma.1 - Debrand for AlmaLinux +* 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