From fdc5089353c3010ccb237f6024fec7ea64e1450b Mon Sep 17 00:00:00 2001 From: Nicolas Frayer Date: Mon, 9 Mar 2026 18:35:22 +0100 Subject: [PATCH] spec: Bump release Related: #RHEL-146590 Signed-off-by: Nicolas Frayer --- grub2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/grub2.spec b/grub2.spec index 0e0dcbe..a3d9024 100644 --- a/grub2.spec +++ b/grub2.spec @@ -17,7 +17,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 42%{?dist} +Release: 43%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPL-3.0-or-later URL: http://www.gnu.org/software/grub/ @@ -579,6 +579,10 @@ fi %endif %changelog +* Mon Mar 09 2026 Nicolas Frayer 2.12-43 +- Bump release +- Related: #RHEL-146590 + * Thu Feb 26 2026 Nicolas Frayer 2.12-42 - ppc64le/sbat: Add an sbat CSV file for ppc64le - Resolves: #RHEL-146590