From efdbd820ed51aa30f36b05edd04703b1d65ce346 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 14 Aug 2012 14:40:17 -0400 Subject: [PATCH] Update how embedded cert and signing work. --- shim.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shim.spec b/shim.spec index 40731e6..853257f 100644 --- a/shim.spec +++ b/shim.spec @@ -1,6 +1,6 @@ Name: shim Version: 0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: First-stage UEFI bootloader License: BSD @@ -75,6 +75,9 @@ install -m 0755 -D shim.efi $RPM_BUILD_ROOT/boot/efi/EFI/%{efidir}/shim.efi %changelog +* Tue Aug 14 2012 Peter Jones - 0.1-3 +- Update how embedded cert and signing work. + * Mon Aug 13 2012 Josh Boyer - 0.1-2 - Add patch to fix image size calculation