diff --git a/pesign.spec b/pesign.spec index b3b7160..50a2867 100644 --- a/pesign.spec +++ b/pesign.spec @@ -1,13 +1,13 @@ Summary: Signing utility for UEFI binaries Name: pesign -Version: 0.9 +Version: 0.10 Release: 1%{?dist} Group: Development/System License: GPLv2 URL: https://github.com/vathpela/pesign BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: git gnu-efi nspr nspr-devel nss nss-devel nss-util popt-devel -Requires: nspr nss nss-util popt +Requires: nspr nss nss-util popt rpm ExclusiveArch: i686 x86_64 ia64 # there is no tarball at github, of course. To get this version do: @@ -49,11 +49,16 @@ rm -rf %{buildroot} %doc README TODO COPYING %{_bindir}/pesign %{_sysconfdir}/popt.d/pesign.popt +%{_sysconfdir}/rpm/macros.pesign %{_mandir}/man*/* -%attr(0711,root,root) /etc/pki/pesign +%attr(0755,root,root) /etc/pki/pesign %attr(0644,root,root) /etc/pki/pesign/* %changelog +* Mon Aug 13 2012 Peter Jones - 0.10-1 +- Update to 0.10 +- Include rpm macros to support easy custom signing of signed packages. + * Fri Aug 10 2012 Peter Jones - 0.9-1 - Update to 0.9 - Bug fix from Gary Ching-Pang Lin diff --git a/sources b/sources index 7638cc7..735744d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 328db7cb27847cb610b7cf8f9c470455 rh-test-certs.tar.bz2 -02c1fa17ffdd4c9203db9bc9cf1fd46b pesign-0.9.tar.bz2 +5ce051e54de3373aba09eb7e6f85f85a pesign-0.10.tar.bz2