From 34986e4f79b59c621efb28fb0a5105732d346faa Mon Sep 17 00:00:00 2001 From: Leo Sandoval Date: Fri, 31 Oct 2025 08:39:01 -0600 Subject: [PATCH] Rebuilt to sign grub with new key Resolves: #RHEL-124983 Signed-off-by: Leo Sandoval --- grub2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/grub2.spec b/grub2.spec index 7d910d8..94af148 100644 --- a/grub2.spec +++ b/grub2.spec @@ -16,7 +16,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 116%{?dist} +Release: 117%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -538,6 +538,10 @@ fi %endif %changelog +* Fri Oct 31 2025 Leo Sandoval 2.06-117 +- Rebuilt to sign grub with new key +- Resolves: #RHEL-124983 + * Tue Oct 28 2025 Leo Sandoval 2.06-116 - Disable annobin stack protection check - Resolves: #RHEL-45712