mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 06:22:43 +00:00
Fix SBAT for CVE changes
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
parent
ff20c0ecb5
commit
1de51c2578
2 changed files with 5 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.06
|
||||
Release: 60%{?dist}
|
||||
Release: 61%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/grub/
|
||||
|
@ -531,6 +531,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 12 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-61
|
||||
- Fix missing SBAT bump (sign)
|
||||
|
||||
* Thu Jan 12 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-60
|
||||
- Alllow for xz'd symvers.gz file
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md
|
||||
grub,2,Free Software Foundation,grub,@@VERSION@@,https//www.gnu.org/software/grub/
|
||||
grub,3,Free Software Foundation,grub,@@VERSION@@,https//www.gnu.org/software/grub/
|
||||
grub.rh,2,Red Hat,grub2,@@VERSION_RELEASE@@,mailto:secalert@redhat.com
|
||||
|
|
Loading…
Reference in a new issue