Fix "grub2-mkimage --appended-signature-size" parsing.

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2021-10-07 12:30:02 -04:00
parent 99bcf9931e
commit 42a07486d8

View file

@ -14,7 +14,7 @@
Name: grub2
Epoch: 1
Version: 2.06
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Bootloader with support for Linux, Multiboot and more
License: GPLv3+
URL: http://www.gnu.org/software/grub/
@ -523,6 +523,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
%endif
%changelog
* Thu Oct 07 2021 Peter Jones <pjones@redhat.com> - 2.06-8
- Fix "grub2-mkimage --appended-signature-size" parsing.
* Wed Sep 29 2021 Robbie Harwood <rharwood@redhat.com> - 2.06-7
- Rebuild; no code changes