Update to 0.8

- Don't open the db read-write
- Fix permissions on keystore (everybody can sign with test keys)
This commit is contained in:
Peter Jones 2012-08-08 11:25:42 -04:00
parent ca4b435190
commit 97454ce035
2 changed files with 10 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Summary: Signing utility for UEFI binaries
Name: pesign
Version: 0.7
Release: 2%{?dist}
Version: 0.8
Release: 1%{?dist}
Group: Development/System
License: GPLv2
URL: https://github.com/vathpela/pesign
@ -50,10 +50,15 @@ rm -rf %{buildroot}
%{_bindir}/pesign
%{_sysconfdir}/popt.d/pesign.popt
%{_mandir}/man*/*
%attr(0700,root,root) /etc/pki/pesign
%attr(0600,root,root) /etc/pki/pesign/*
%attr(0711,root,root) /etc/pki/pesign
%attr(0644,root,root) /etc/pki/pesign/*
%changelog
* Wed Aug 08 2012 Peter Jones <pjones@redhat.com> - 0.8-1
- Update to 0.8
- Don't open the db read-write
- Fix permissions on keystore (everybody can sign with test keys)
* Wed Aug 08 2012 Peter Jones <pjones@redhat.com> - 0.7-2
- Include test keys.

View File

@ -1,2 +1,2 @@
7486002bc9efdbf7e838d1270b20de5c pesign-0.7.tar.bz2
328db7cb27847cb610b7cf8f9c470455 rh-test-certs.tar.bz2
602233fb6173f933e60c80b28f076532 pesign-0.8.tar.bz2