From 0b61fb69688dcf3dfcdcf4782bbe728f2027e11f Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 4 Jan 2022 19:49:59 +0000 Subject: [PATCH] Fix NVR in previous change; no code changes Resolves: rhbz#2006784 Signed-off-by: Robbie Harwood --- grub2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grub2.spec b/grub2.spec index be4b3db..99551ec 100644 --- a/grub2.spec +++ b/grub2.spec @@ -14,7 +14,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -53,7 +53,7 @@ BuildRequires: help2man # For %%_userunitdir macro BuildRequires: systemd %ifarch %{efi_arch} -BuildRequires: pesign >= 0.99-8 +BuildRequires: pesign >= 113-21 %endif %if %{?_with_ccache: 1}%{?!_with_ccache: 0} BuildRequires: ccache @@ -527,7 +527,7 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog -* Thu Sep 30 2021 Peter Jones - 2.06-4 +* Tue Jan 04 2021 Robbie Harwood - 2.06-15 - Sync with beta for signing changes - Resolves: rhbz#2006784