From 4791010d03830956df2a4992858e1bb953ee4a52 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Thu, 3 Aug 2023 11:09:35 +0000 Subject: [PATCH] Update Release to match upstream --- SPECS/grub2.spec | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/SPECS/grub2.spec b/SPECS/grub2.spec index 49e944d..ee38791 100644 --- a/SPECS/grub2.spec +++ b/SPECS/grub2.spec @@ -16,7 +16,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 65%{?dist} +Release: 61%{?dist}.1 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -533,19 +533,13 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog -* Wed Jun 07 2023 Nicolas Frayer - 2.06-65 +* Wed Jun 07 2023 Nicolas Frayer - 2.06-61.1 - efi/http: change uint32_t to uintn_t - Resolves: #2207851 - -* Fri May 26 2023 Nicolas Frayer - 2.06-64 - kern/ieee1275/init: sync vec5 patchset with upstream - Resolves: #2183939 - -* Wed May 24 2023 Nicolas Frayer - 2.06-63 - util: Enable default kernel for updates - Resolves: #2184069 - -* Tue May 23 2023 Javier Martinez Canillas - 2.06-62 - 20-grub-install: Explicitly check '+debug' suffix for debug kernels - Resolves: #2148351