Rebuild for secure-boot signing

This commit is contained in:
Peter Robinson 2022-03-23 10:29:57 +00:00
parent 5e72956199
commit 5d7c163550

View File

@ -17,7 +17,7 @@
Name: grub2 Name: grub2
Epoch: 1 Epoch: 1
Version: 2.06 Version: 2.06
Release: 27%{?dist} Release: 28%{?dist}
Summary: Bootloader with support for Linux, Multiboot and more Summary: Bootloader with support for Linux, Multiboot and more
License: GPLv3+ License: GPLv3+
URL: http://www.gnu.org/software/grub/ URL: http://www.gnu.org/software/grub/
@ -526,6 +526,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
%endif %endif
%changelog %changelog
* Wed Mar 23 2022 Peter Robinson <pbrobinson@fedoraproject.org> 2.06-28
- Rebuild for secure-boot signing
* Tue Mar 22 2022 Adam Williamson <awilliam@redhat.com> - 2.06-27 * Tue Mar 22 2022 Adam Williamson <awilliam@redhat.com> - 2.06-27
- Revert "Use my sort patch instead", it broke Rawhide - Revert "Use my sort patch instead", it broke Rawhide
- Tweak BLS skipping on ostree to work in chroots (I hope) - Tweak BLS skipping on ostree to work in chroots (I hope)