Fix fbx64/mmx64 signing.

Related: rhbz#2189197

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2024-03-19 16:15:05 -04:00
parent a0b1fc2aa1
commit f35ed4489f
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,8 @@
%global grub_version 2.06-63 %global grub_version 2.06-63
%global fwupd_version 1.5.8 %global fwupd_version 1.5.8
%define __pesign_client_cert grub2-signer
%global bootcsvaa64 %{expand:%{SOURCE10}} %global bootcsvaa64 %{expand:%{SOURCE10}}
%global bootcsvarm %{expand:%{SOURCE13}} %global bootcsvarm %{expand:%{SOURCE13}}
%global bootcsvia32 %{expand:%{SOURCE11}} %global bootcsvia32 %{expand:%{SOURCE11}}

View File

@ -5,7 +5,7 @@
Name: shim Name: shim
Version: 15.8 Version: 15.8
Release: 2%{?dist} Release: 3%{?dist}
Summary: First-stage UEFI bootloader Summary: First-stage UEFI bootloader
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/rhboot/shim/ URL: https://github.com/rhboot/shim/
@ -107,6 +107,10 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/dnf/protected.d/
%endif %endif
%changelog %changelog
* Tue Mar 19 2024 Peter Jones <pjones@redhat.com> - 15.8-3
- Fix fbx64/mmx64 signing.
Related: rhbz#2189197
* Tue Mar 12 2024 Peter Jones <pjones@redhat.com> - 15.8-2 * Tue Mar 12 2024 Peter Jones <pjones@redhat.com> - 15.8-2
- Update to shim-15.8 - Update to shim-15.8
Resolves: CVE-2023-40546 Resolves: CVE-2023-40546