Update how embedded cert and signing work.

This commit is contained in:
Peter Jones 2012-08-14 14:40:17 -04:00
parent 83155d74d2
commit efdbd820ed

View File

@ -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 <pjones@redhat.com> - 0.1-3
- Update how embedded cert and signing work.
* Mon Aug 13 2012 Josh Boyer <jwboyer@redhat.com> - 0.1-2
- Add patch to fix image size calculation