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:
parent
d11dc191fc
commit
aae58a2c11
@ -1,7 +1,7 @@
|
|||||||
Summary: Signing utility for UEFI binaries
|
Summary: Signing utility for UEFI binaries
|
||||||
Name: pesign
|
Name: pesign
|
||||||
Version: 0.103
|
Version: 0.104
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/vathpela/pesign
|
URL: https://github.com/vathpela/pesign
|
||||||
@ -99,6 +99,11 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Conditionalize systemd bits so they don't show up in RHEL 6 builds
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1,3 +1,2 @@
|
|||||||
328db7cb27847cb610b7cf8f9c470455 rh-test-certs.tar.bz2
|
328db7cb27847cb610b7cf8f9c470455 rh-test-certs.tar.bz2
|
||||||
8da42433539280809dc5119b7025c2d6 pesign-0.102.tar.bz2
|
386de71bf2dd5db5a1c0d9e3f37469dd pesign-0.104.tar.bz2
|
||||||
9a154104b9b3b3166f408960723c7244 pesign-0.103.tar.bz2
|
|
||||||
|
Loading…
Reference in New Issue
Block a user