import shim-15-16.el8
This commit is contained in:
parent
929572b251
commit
2adb3f7462
@ -1,3 +1,3 @@
|
|||||||
750bd7932437b1fb6610c233f69db1b70d67fab1 SOURCES/shimaa64.efi
|
750bd7932437b1fb6610c233f69db1b70d67fab1 SOURCES/shimaa64.efi
|
||||||
fc844d489e5fa6a5b9c56cf6588e5d5dca7d664f SOURCES/shimia32.efi
|
96ea5ec6612ad2d49dfa812897fc2f70ebee6b9d SOURCES/shimia32.efi
|
||||||
0df0a79ec0e583ca69120da779f8d162b653ebc9 SOURCES/shimx64.efi
|
b7adea991a31e4392910db8b7ee63faff39e9207 SOURCES/shimx64.efi
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
%global shimefix64 %{expand:%{SOURCE22}}
|
%global shimefix64 %{expand:%{SOURCE22}}
|
||||||
#%%global shimefiarm %%{expand:%%{SOURCE23}
|
#%%global shimefiarm %%{expand:%%{SOURCE23}
|
||||||
|
|
||||||
%global shimveraa64 15-4.el8
|
%global shimveraa64 15-6.el8
|
||||||
%global shimveria32 15-8.el8
|
%global shimveria32 15-9.el8
|
||||||
%global shimverx64 15-8.el8
|
%global shimverx64 15-9.el8
|
||||||
#%%global shimverarm 15-1.el8
|
#%%global shimverarm 15-1.el8
|
||||||
|
|
||||||
%global shimdiraa64 %{_datadir}/shim/%{shimveraa64}/aa64
|
%global shimdiraa64 %{_datadir}/shim/%{shimveraa64}/aa64
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: shim
|
Name: shim
|
||||||
Version: 15
|
Version: 15
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
Summary: First-stage UEFI bootloader
|
Summary: First-stage UEFI bootloader
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/rhboot/shim/
|
URL: https://github.com/rhboot/shim/
|
||||||
@ -101,12 +101,16 @@ install -m 0700 %{shimefi} $RPM_BUILD_ROOT%{efi_esp_dir}/shim.efi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 21 2020 Javier Martinez Canillas <javierm@redhat.com> - 15-16
|
||||||
|
- Fix an incorrect allocation size
|
||||||
|
Resolves: rhbz#1877253
|
||||||
|
|
||||||
* Fri Jul 31 2020 Peter Jones <pjones@redhat.com> - 15-15
|
* Fri Jul 31 2020 Peter Jones <pjones@redhat.com> - 15-15
|
||||||
- Update once again for new signed shim builds.
|
- Update once again for new signed shim builds.
|
||||||
Resolves: rhbz#1862232
|
Resolves: rhbz#1861977
|
||||||
|
|
||||||
* Tue Jul 28 2020 Peter Jones <pjones@redhat.com> - 15-14
|
* Tue Jul 28 2020 Peter Jones <pjones@redhat.com> - 15-14
|
||||||
- Get rid of our %dist hack for now.
|
- Get rid of our %%dist hack for now.
|
||||||
|
|
||||||
* Tue Jul 28 2020 Peter Jones <pjones@redhat.com> - 15-13
|
* Tue Jul 28 2020 Peter Jones <pjones@redhat.com> - 15-13
|
||||||
- New signing keys
|
- New signing keys
|
||||||
@ -118,7 +122,9 @@ install -m 0700 %{shimefi} $RPM_BUILD_ROOT%{efi_esp_dir}/shim.efi
|
|||||||
|
|
||||||
* Thu Jun 11 2020 Javier Martinez Canillas <javierm@redhat.com> - 15-12
|
* Thu Jun 11 2020 Javier Martinez Canillas <javierm@redhat.com> - 15-12
|
||||||
- Fix firmware update bug in aarch64 caused by shim ignoring arguments
|
- Fix firmware update bug in aarch64 caused by shim ignoring arguments
|
||||||
|
Resolves: rhbz#1830871
|
||||||
- Fix a shim crash when attempting to netboot
|
- Fix a shim crash when attempting to netboot
|
||||||
|
Resolves: rhbz#1795654
|
||||||
|
|
||||||
* Fri Jun 07 2019 Javier Martinez Canillas <javierm@redhat.com> - 15-11
|
* Fri Jun 07 2019 Javier Martinez Canillas <javierm@redhat.com> - 15-11
|
||||||
- Update the shim-unsigned-aarch64 version number
|
- Update the shim-unsigned-aarch64 version number
|
||||||
|
Loading…
Reference in New Issue
Block a user