From b621d47266e27627b9499d6dc46c9ba0b8d9844b Mon Sep 17 00:00:00 2001 From: Nicolas Frayer Date: Wed, 26 Feb 2025 15:29:20 +0100 Subject: [PATCH] Bump release to trigger signing tools Signed-off-by: Nicolas Frayer --- grub2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/grub2.spec b/grub2.spec index 4638d11..4ee3150 100644 --- a/grub2.spec +++ b/grub2.spec @@ -17,7 +17,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPL-3.0-or-later URL: http://www.gnu.org/software/grub/ @@ -583,6 +583,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog +* Wed Feb 26 2025 Nicolas Frayer - 2.02-11 +- Bump release to trigger signing tools + * Wed Feb 26 2025 Nicolas Frayer - 2.02-10 - fs/ext2: Rework out-of-bounds read for inline and external extents - Related: #RHEL-80686