Update to 0.104 (#963361)

This makes us generate signed images wich multiple signatures aligned on
8-byte boundaries, which is what finally wound up going into the spec.

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2013-05-16 10:42:43 -04:00
parent d11dc191fc
commit aae58a2c11
2 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Summary: Signing utility for UEFI binaries
Name: pesign
Version: 0.103
Release: 2%{?dist}
Version: 0.104
Release: 1%{?dist}
Group: Development/System
License: GPLv2
URL: https://github.com/vathpela/pesign
@ -99,6 +99,11 @@ exit 0
%endif
%changelog
* Wed May 15 2013 Peter Jones <pjones@redhat.com> - 0.104-1
- Make sure alignment is correct on signature list entries
Resolves: rhbz#963361
- Make sure section alignment is correct if we have to extend the file
* Wed Feb 06 2013 Peter Jones <pjones@redhat.com> - 0.103-2
- Conditionalize systemd bits so they don't show up in RHEL 6 builds

View File

@ -1,3 +1,2 @@
328db7cb27847cb610b7cf8f9c470455 rh-test-certs.tar.bz2
8da42433539280809dc5119b7025c2d6 pesign-0.102.tar.bz2
9a154104b9b3b3166f408960723c7244 pesign-0.103.tar.bz2
386de71bf2dd5db5a1c0d9e3f37469dd pesign-0.104.tar.bz2