[pesign] Update to 0.8

Peter Jones pjones at fedoraproject.org
Wed Aug 8 15:26:08 UTC 2012


commit 97454ce0352ccdbae6c80d51b73254a207433e40
Author: Peter Jones <pjones at redhat.com>
Date:   Wed Aug 8 11:25:42 2012 -0400

    Update to 0.8
    
    - Don't open the db read-write
    - Fix permissions on keystore (everybody can sign with test keys)

 pesign.spec |   13 +++++++++----
 sources     |    2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/pesign.spec b/pesign.spec
index f39823f..f858338 100644
--- a/pesign.spec
+++ b/pesign.spec
@@ -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 at 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 at redhat.com> - 0.7-2
 - Include test keys.
 
diff --git a/sources b/sources
index a91d320..04e5e0b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-7486002bc9efdbf7e838d1270b20de5c  pesign-0.7.tar.bz2
 328db7cb27847cb610b7cf8f9c470455  rh-test-certs.tar.bz2
+602233fb6173f933e60c80b28f076532  pesign-0.8.tar.bz2


More information about the scm-commits mailing list