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