Include test keys.
This commit is contained in:
parent
23bf592710
commit
ca4b435190
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/pesign-*.tar.bz2
|
/pesign-*.tar.bz2
|
||||||
clog
|
clog
|
||||||
|
/rh-test-certs.tar.bz2
|
||||||
|
12
pesign.spec
12
pesign.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Signing utility for UEFI binaries
|
Summary: Signing utility for UEFI binaries
|
||||||
Name: pesign
|
Name: pesign
|
||||||
Version: 0.7
|
Version: 0.7
|
||||||
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
|
||||||
@ -13,14 +13,15 @@ ExclusiveArch: i686 x86_64 ia64
|
|||||||
# there is no tarball at github, of course. To get this version do:
|
# there is no tarball at github, of course. To get this version do:
|
||||||
# git clone https://github.com/vathpela/pesign.git
|
# git clone https://github.com/vathpela/pesign.git
|
||||||
# git checkout %%{version}
|
# git checkout %%{version}
|
||||||
Source: pesign-%{version}.tar.bz2
|
Source0: pesign-%{version}.tar.bz2
|
||||||
|
Source1: rh-test-certs.tar.bz2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the pesign utility for signing UEFI binaries as
|
This package contains the pesign utility for signing UEFI binaries as
|
||||||
well as other associated tools.
|
well as other associated tools.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -a 1
|
||||||
git init
|
git init
|
||||||
git config user.email "pesign-owner@fedoraproject.org"
|
git config user.email "pesign-owner@fedoraproject.org"
|
||||||
git config user.name "Fedora Ninjas"
|
git config user.name "Fedora Ninjas"
|
||||||
@ -38,6 +39,7 @@ make PREFIX=%{_prefix} LIBDIR=%{_libdir} INSTALLROOT=%{buildroot} install
|
|||||||
|
|
||||||
# there's some stuff that's not really meant to be shipped yet
|
# there's some stuff that's not really meant to be shipped yet
|
||||||
rm -rf %{buildroot}/boot %{buildroot}/usr/include %{buildroot}%{_libdir}
|
rm -rf %{buildroot}/boot %{buildroot}/usr/include %{buildroot}%{_libdir}
|
||||||
|
mv rh-test-certs/etc/pki/pesign/* %{buildroot}/etc/pki/pesign/
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -49,8 +51,12 @@ rm -rf %{buildroot}
|
|||||||
%{_sysconfdir}/popt.d/pesign.popt
|
%{_sysconfdir}/popt.d/pesign.popt
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%attr(0700,root,root) /etc/pki/pesign
|
%attr(0700,root,root) /etc/pki/pesign
|
||||||
|
%attr(0600,root,root) /etc/pki/pesign/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 08 2012 Peter Jones <pjones@redhat.com> - 0.7-2
|
||||||
|
- Include test keys.
|
||||||
|
|
||||||
* Mon Jul 30 2012 Peter Jones <pjones@redhat.com> - 0.7-1
|
* Mon Jul 30 2012 Peter Jones <pjones@redhat.com> - 0.7-1
|
||||||
- Update to 0.7
|
- Update to 0.7
|
||||||
- Better fix for MS compatibility.
|
- Better fix for MS compatibility.
|
||||||
|
Loading…
Reference in New Issue
Block a user