From eb9b0715fcbe1c622a416640e64fe9cf9dca747c Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 30 Apr 2018 11:00:12 -0400 Subject: [PATCH] Fix BOOT*.CSV and update release to -1 Signed-off-by: Peter Jones --- BOOTAA64.CSV | Bin 0 -> 112 bytes BOOTIA32.CSV | Bin 0 -> 112 bytes BOOTX64.CSV | Bin 0 -> 110 bytes shim.spec | 7 +++++-- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/BOOTAA64.CSV b/BOOTAA64.CSV index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f4d9fb12f9dea8ab2ecde196c215fbde9baa3ff8 100644 GIT binary patch literal 112 zcmezWub3f&A(J7OArT187)%)S7*ZM1fFe2!Za`KFLq0}Az+oo3<^M55Lp7` frvm9DpqhLjPXWlw1JXqdl|XhHSf>JtDO?Ny4OtZu literal 0 HcmV?d00001 diff --git a/BOOTX64.CSV b/BOOTX64.CSV index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..087ee409c4d74f84460e65a1825c790376070b9b 100644 GIT binary patch literal 110 zcmezWub3f&A(J7Op@PAT!GuANA(bHw$k$79y5>QP(kf#9TR literal 0 HcmV?d00001 diff --git a/shim.spec b/shim.spec index 44d8f53..d6a6d5a 100644 --- a/shim.spec +++ b/shim.spec @@ -8,7 +8,7 @@ Name: shim Version: 15 -Release: 0.1%{?dist} +Release: 1%{?dist} Summary: First-stage UEFI bootloader License: BSD URL: http://github.com/rhboot/shim/ @@ -226,7 +226,10 @@ install -m 0700 %{SOURCE10} $RPM_BUILD_ROOT/boot/efi/EFI/%{efidir}/shim.efi %endif %changelog -* Tue Apr 24 2018 Peter Jones - 15-1 +* Mon Apr 30 2018 Peter Jones - 15-1 +- Fix BOOT*.CSV and update release to -1 + +* Tue Apr 24 2018 Peter Jones - 15-0.1 - Update to shim 15. - more reproduceable build - better checking for bad linker output