Bump release to trigger signing tools

Signed-off-by: Nicolas Frayer <nfrayer@redhat.com>
This commit is contained in:
Nicolas Frayer 2025-02-26 15:29:20 +01:00
parent 0f8974ea55
commit b621d47266

View File

@ -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 <nfrayer@redhat.com> - 2.02-11
- Bump release to trigger signing tools
* Wed Feb 26 2025 Nicolas Frayer <nfrayer@redhat.com> - 2.02-10
- fs/ext2: Rework out-of-bounds read for inline and external extents
- Related: #RHEL-80686