import shim-15-15.el8_2

This commit is contained in:
CentOS Sources 2020-08-01 05:01:35 -04:00 committed by Andrew Lukoshko
parent d9f276f98c
commit 929572b251
3 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,3 @@
750bd7932437b1fb6610c233f69db1b70d67fab1 SOURCES/shimaa64.efi
3a0d861097a6ec3c9c85b75a7f9938147965fdfc SOURCES/shimia32.efi
c37eec63cee909abaa08e53dbbda5a32660513b2 SOURCES/shimx64.efi
fc844d489e5fa6a5b9c56cf6588e5d5dca7d664f SOURCES/shimia32.efi
0df0a79ec0e583ca69120da779f8d162b653ebc9 SOURCES/shimx64.efi

View File

@ -14,8 +14,8 @@
#%%global shimefiarm %%{expand:%%{SOURCE23}
%global shimveraa64 15-4.el8
%global shimveria32 15-7.el8
%global shimverx64 15-7.el8
%global shimveria32 15-8.el8
%global shimverx64 15-8.el8
#%%global shimverarm 15-1.el8
%global shimdiraa64 %{_datadir}/shim/%{shimveraa64}/aa64

View File

@ -1,6 +1,6 @@
Name: shim
Version: 15
Release: 14%{?dist}
Release: 15%{?dist}
Summary: First-stage UEFI bootloader
License: BSD
URL: https://github.com/rhboot/shim/
@ -101,6 +101,10 @@ install -m 0700 %{shimefi} $RPM_BUILD_ROOT%{efi_esp_dir}/shim.efi
%endif
%changelog
* Fri Jul 31 2020 Peter Jones <pjones@redhat.com> - 15-15
- Update once again for new signed shim builds.
Resolves: rhbz#1862232
* Tue Jul 28 2020 Peter Jones <pjones@redhat.com> - 15-14
- Get rid of our %dist hack for now.