This commit is contained in:
Dennis Gilmore 2013-08-03 21:23:08 -05:00
parent a26d3b3975
commit ba809202a6

View File

@ -1,7 +1,7 @@
Summary: Signing utility for UEFI binaries Summary: Signing utility for UEFI binaries
Name: pesign Name: pesign
Version: 0.106 Version: 0.106
Release: 1%{?dist} Release: 2%{?dist}
Group: Development/System Group: Development/System
License: GPLv2 License: GPLv2
URL: https://github.com/vathpela/pesign URL: https://github.com/vathpela/pesign
@ -96,6 +96,9 @@ exit 0
%endif %endif
%changelog %changelog
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.106-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Tue May 21 2013 Peter Jones <pjones@redhat.com> - 0.106-1 * Tue May 21 2013 Peter Jones <pjones@redhat.com> - 0.106-1
- Update to 0.106 - Update to 0.106
- Hopefully fix the segfault dgilmore was seeing. - Hopefully fix the segfault dgilmore was seeing.