|
|
ff454f |
Name: tpm-quote-tools
|
|
|
ff454f |
Version: 1.0.2
|
|
|
ff454f |
Release: 3%{?dist}
|
|
|
ff454f |
Source0: http://downloads.sourceforge.net/tpmquotetools/%{name}-%{version}.tar.gz
|
|
|
ff454f |
|
|
|
ff454f |
URL: http://sf.net/projects/tpmquotetools
|
|
|
ff454f |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
ff454f |
|
|
|
ff454f |
Summary: TPM-based attestation using the TPM quote operation (tools)
|
|
|
ff454f |
License: BSD
|
|
|
ff454f |
Group: Applications/System
|
|
|
ff454f |
|
|
|
ff454f |
BuildRequires: trousers-devel
|
|
|
ff454f |
|
|
|
ff454f |
%description
|
|
|
ff454f |
TPM Quote Tools is a collection of programs that provide support
|
|
|
ff454f |
for TPM based attestation using the TPM quote operation.
|
|
|
ff454f |
|
|
|
ff454f |
%prep
|
|
|
ff454f |
%setup -q
|
|
|
ff454f |
|
|
|
ff454f |
%build
|
|
|
ff454f |
%configure
|
|
|
ff454f |
make %{?_smp_mflags}
|
|
|
ff454f |
|
|
|
ff454f |
%install
|
|
|
ff454f |
rm -rf %{buildroot}
|
|
|
ff454f |
make DESTDIR=%{buildroot} install
|
|
|
ff454f |
|
|
|
ff454f |
%clean
|
|
|
ff454f |
rm -rf %{buildroot}
|
|
|
ff454f |
|
|
|
ff454f |
%files
|
|
|
ff454f |
%defattr (-, root, root)
|
|
|
ff454f |
%doc AUTHORS ChangeLog COPYING NEWS README
|
|
|
ff454f |
%{_bindir}/*
|
|
|
ff454f |
%{_mandir}/man8/*
|
|
|
ff454f |
|
|
|
ff454f |
%changelog
|
|
|
ff454f |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.0.2-3
|
|
|
ff454f |
- Mass rebuild 2014-01-24
|
|
|
ff454f |
|
|
|
ff454f |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0.2-2
|
|
|
ff454f |
- Mass rebuild 2013-12-27
|
|
|
ff454f |
|
|
|
ff454f |
* Wed Mar 27 2013 John D. Ramsdell <ramsdell@gootoo.mitre.org> - 1.0.2-1
|
|
|
ff454f |
- Add support for ARM 64 bit CPU architecture (aarch64)
|
|
|
ff454f |
|
|
|
ff454f |
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-4
|
|
|
ff454f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
ff454f |
|
|
|
ff454f |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-3
|
|
|
ff454f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
ff454f |
|
|
|
ff454f |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
|
|
ff454f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
ff454f |
|
|
|
ff454f |
* Tue Jul 26 2011 John D. Ramsdell <ramsdell@mitre.org> - 1.0.1-1
|
|
|
ff454f |
- Tagged as 1.0.1
|
|
|
ff454f |
- Changed source to SourceForge development site.
|
|
|
ff454f |
|
|
|
ff454f |
* Thu Jul 14 2011 John D. Ramsdell <ramsdell@mitre.org> - 1.0-6
|
|
|
ff454f |
- Changed URL to SourceForge development site.
|
|
|
ff454f |
- Changed source to NEU site.
|
|
|
ff454f |
- Quoted % references in macros within changelog.
|
|
|
ff454f |
- README: Note tpm-tools only needed to take ownership of a TPM.
|
|
|
ff454f |
|
|
|
ff454f |
* Fri Jul 8 2011 John D. Ramsdell <ramsdell@mitre.org> - 1.0-5
|
|
|
ff454f |
- Fixed changelog
|
|
|
ff454f |
|
|
|
ff454f |
* Fri Jul 8 2011 John D. Ramsdell <ramsdell@mitre.org> - 1.0-4
|
|
|
ff454f |
- Removed use of %%makeinstall
|
|
|
ff454f |
|
|
|
ff454f |
* Thu Jun 2 2011 John D. Ramsdell <ramsdell@mitre.org> - 1.0-3
|
|
|
ff454f |
- Added %%changelog
|
|
|
ff454f |
|
|
|
ff454f |
* Wed Mar 9 2011 John D. Ramsdell <ramsdell@mitre.org> - 1.0-2
|
|
|
ff454f |
- Fixed spec to meet Fedora standards.
|
|
|
ff454f |
|
|
|
ff454f |
* Wed Mar 9 2011 John D. Ramsdell <ramsdell@mitre.org> - 1.0-1
|
|
|
ff454f |
- Initial package
|