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