import shim-15-12

This commit is contained in:
CentOS Sources 2020-07-28 02:40:24 -04:00 committed by Stepan Oksanichenko
parent 335978ab58
commit 74149c7e74
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,3 @@
fddb9c22fd56e9c6975159ad72415c9a4cb7cebd SOURCES/shimaa64.efi
750bd7932437b1fb6610c233f69db1b70d67fab1 SOURCES/shimaa64.efi
c3c4d0ccdc07c03c20f133f9f65f6f12accea87a SOURCES/shimia32.efi
6436ae30f3f189f70f9043d91ede90058fbeb00a SOURCES/shimx64.efi

View File

@ -13,7 +13,7 @@
%global shimefix64 %{expand:%{SOURCE22}}
#%%global shimefiarm %%{expand:%%{SOURCE23}
%global shimveraa64 15-4.el8
%global shimveraa64 15-6.el8
%global shimveria32 15-2.el8
%global shimverx64 15-2.el8
#%%global shimverarm 15-1.el8

View File

@ -5,7 +5,7 @@
Name: shim
Version: 15
Release: 11%{?dist}
Release: 12%{?dist}
Summary: First-stage UEFI bootloader
License: BSD
URL: https://github.com/rhboot/shim/
@ -106,6 +106,12 @@ install -m 0700 %{shimefi} $RPM_BUILD_ROOT%{efi_esp_dir}/shim.efi
%endif
%changelog
* Thu Jun 11 2020 Javier Martinez Canillas <javierm@redhat.com> - 15-12
- Fix firmware update bug in aarch64 caused by shim ignoring arguments
Resolves: rhbz#1830871
- Fix a shim crash when attempting to netboot
Resolves: rhbz#1795654
* Fri Jun 07 2019 Javier Martinez Canillas <javierm@redhat.com> - 15-11
- Update the shim-unsigned-aarch64 version number
Related: rhbz#1715879