From c1fdb8c25431e21826c2aed0d7060b4e14d5424f Mon Sep 17 00:00:00 2001 From: Nicolas Frayer Date: Thu, 13 Aug 2026 18:39:11 +0200 Subject: [PATCH] Rebuild to fix cert issue Resolves: #RHEL-217997 Signed-off-by: Nicolas Frayer --- grub2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/grub2.spec b/grub2.spec index 22522e2..fe84fe1 100644 --- a/grub2.spec +++ b/grub2.spec @@ -17,7 +17,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 54%{?dist} +Release: 55%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPL-3.0-or-later URL: http://www.gnu.org/software/grub/ @@ -675,6 +675,10 @@ grub_install || : %endif %changelog +* Thu Aug 13 2026 Nicolas Frayer - 2.12-55 +- Rebuild to fix cert issue +- Resolves: #RHEL-217997 + * Mon Jul 20 2026 Leo Sandoval - 2.12-54 - Run grub2-install automatically on grub2-pc posttrans - Resolves: #RHEL-188047