From 59b43ff44879cd288c7ae6aa52b7fbc35531fb30 Mon Sep 17 00:00:00 2001 From: Nicolas Frayer Date: Wed, 19 Jun 2024 11:38:20 +0200 Subject: [PATCH] spec: bump release to use right keys to sign Relates: RHEL-25958 Relates: RHELBLD-15314 Signed-off-by: Nicolas Frayer --- grub2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/grub2.spec b/grub2.spec index b81f114..9399bab 100644 --- a/grub2.spec +++ b/grub2.spec @@ -17,7 +17,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 118%{?dist} +Release: 119%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPL-3.0-or-later URL: http://www.gnu.org/software/grub/ @@ -573,6 +573,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog +* Wed Jun 19 2024 Nicolas Frayer - 2.06-119 +- Bump to use the right keys to sign + * Tue Jan 23 2024 Leo Sandoval - 2.06-118 - xfs: include the 'directory extent parsing patch', otherwise XFS-formatted partitions do not boot. This change effectively