Fix NVR in previous change; no code changes

Resolves: rhbz#2006784
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Robbie Harwood 2022-01-04 19:49:59 +00:00
parent 1742f60e82
commit 0b61fb6968
1 changed files with 3 additions and 3 deletions

View File

@ -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 <pjones@redhat.com> - 2.06-4
* Tue Jan 04 2021 Robbie Harwood <rharwood@redhat.com> - 2.06-15
- Sync with beta for signing changes
- Resolves: rhbz#2006784