diff --git a/pesign.spec b/pesign.spec index 9468ebb..a9b967d 100644 --- a/pesign.spec +++ b/pesign.spec @@ -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 - 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 - 0.103-2 - Conditionalize systemd bits so they don't show up in RHEL 6 builds diff --git a/sources b/sources index a41441f..c06862d 100644 --- a/sources +++ b/sources @@ -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