From a8271962f3afc3648fe2e812b4a318071faeb5a8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 07 2019 20:26:07 +0000 Subject: import shim-15-8 --- diff --git a/.shim.metadata b/.shim.metadata index 6a670e3..cef4e82 100644 --- a/.shim.metadata +++ b/.shim.metadata @@ -1,3 +1,3 @@ -a6499bf4e2e9038c79e00f3fea79c5dfd978eb16 SOURCES/shimaa64.efi -e609f8ddc446dc27a2aec3577e2b7869126662c0 SOURCES/shimia32.efi -1316e2b5fb83b29acc00c5050799afb7ccd6b6e2 SOURCES/shimx64.efi +a3e5b66e8d86fd2a1197b93ef51d7394605daa7f SOURCES/shimaa64.efi +c3c4d0ccdc07c03c20f133f9f65f6f12accea87a SOURCES/shimia32.efi +6436ae30f3f189f70f9043d91ede90058fbeb00a SOURCES/shimx64.efi diff --git a/SOURCES/shim.rpmmacros b/SOURCES/shim.rpmmacros index 474071a..ee3463a 100644 --- a/SOURCES/shim.rpmmacros +++ b/SOURCES/shim.rpmmacros @@ -13,9 +13,9 @@ %global shimefix64 %{expand:%{SOURCE22}} #%%global shimefiarm %%{expand:%%{SOURCE23} -%global shimveraa64 15-1.el8 -%global shimveria32 15-1.el8 -%global shimverx64 15-1.el8 +%global shimveraa64 15-2.el8 +%global shimveria32 15-2.el8 +%global shimverx64 15-2.el8 #%%global shimverarm 15-1.el8 %global shimdiraa64 %{_datadir}/shim/%{shimveraa64}/aa64 diff --git a/SPECS/shim.spec b/SPECS/shim.spec index 03106ae..4e31fc8 100644 --- a/SPECS/shim.spec +++ b/SPECS/shim.spec @@ -5,7 +5,7 @@ Name: shim Version: 15 -Release: 5%{?dist} +Release: 8%{?dist} Summary: First-stage UEFI bootloader License: BSD URL: https://github.com/rhboot/shim/ @@ -106,6 +106,18 @@ install -m 0700 %{shimefi} $RPM_BUILD_ROOT%{efi_esp_dir}/shim.efi %endif %changelog +* Fri Apr 12 2019 Javier Martinez Canillas - 15-8 +- Rebuild with correct target + Resolves: rhbz#1690270 + +* Fri Apr 12 2019 Peter Jones - 15-7 +- Rebuild in rhel-8.0.0-... + Resolves: rhbz#1690270 + +* Thu Mar 14 2019 Peter Jones - 15-6 +- Fix MoK mirroring issue which breaks kdump without intervention + Resolves: rhbz#1668966 + * Thu Jan 24 2019 Peter Jones - 15-5 - Rebuild for signing once again. If the signer actually works, then: Resolves: rhbz#1620941