2010-11-13 01:33:09 +00:00
|
|
|
Summary: Performs a verified launch using Intel TXT
|
|
|
|
Name: tboot
|
2012-01-16 15:51:40 +00:00
|
|
|
Version: 1.7.0
|
2012-07-21 22:51:11 +00:00
|
|
|
Release: 2%{?dist}
|
2012-01-16 15:51:40 +00:00
|
|
|
Epoch: 1
|
|
|
|
|
2010-11-13 01:33:09 +00:00
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
License: BSD
|
|
|
|
URL: http://sourceforge.net/projects/tboot/
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: trousers-devel openssl-devel
|
|
|
|
ExclusiveArch: %{ix86} x86_64
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
Trusted Boot (tboot) is an open source, pre-kernel/VMM module that uses
|
|
|
|
Intel Trusted Execution Technology (Intel TXT) to perform a measured
|
|
|
|
and verified launch of an OS kernel/VMM.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
|
|
|
|
make debug=y %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make debug=y DISTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README COPYING docs/* lcptools/lcptools2.txt lcptools/Linux_LCP_Tools_User_Manual.pdf
|
|
|
|
%{_sbindir}/acminfo
|
|
|
|
%{_sbindir}/lcp_crtpconf
|
|
|
|
%{_sbindir}/lcp_crtpol
|
|
|
|
%{_sbindir}/lcp_crtpol2
|
|
|
|
%{_sbindir}/lcp_crtpolelt
|
|
|
|
%{_sbindir}/lcp_crtpollist
|
|
|
|
%{_sbindir}/lcp_mlehash
|
|
|
|
%{_sbindir}/lcp_readpol
|
|
|
|
%{_sbindir}/lcp_writepol
|
|
|
|
%{_sbindir}/parse_err
|
|
|
|
%{_sbindir}/tb_polgen
|
|
|
|
%{_sbindir}/tpmnv_defindex
|
|
|
|
%{_sbindir}/tpmnv_getcap
|
|
|
|
%{_sbindir}/tpmnv_lock
|
|
|
|
%{_sbindir}/tpmnv_relindex
|
|
|
|
%{_sbindir}/txt-stat
|
|
|
|
/boot/tboot.gz
|
|
|
|
/boot/tboot-syms
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2012-07-21 22:51:11 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.7.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-16 15:51:40 +00:00
|
|
|
* Sun Jan 15 2012 Gang Wei <gang.wei@intel.com> - 1:1.7.0
|
|
|
|
- 1.7.0 release
|
|
|
|
|
2012-01-14 06:22:23 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20110429-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-04-29 20:11:11 +00:00
|
|
|
* Fri Apr 29 2011 Gang Wei <gang.wei@intel.com> - 20110429-1
|
2011-05-01 00:02:43 +00:00
|
|
|
- Pull upstream changeset 255, rebuilt in F15
|
|
|
|
|
2011-02-09 18:10:00 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20101005-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-11-30 22:59:32 +00:00
|
|
|
* Tue Dec 1 2010 Joseph Cihula <joseph.cihula@intel.com> - 20101005-1.fc13
|
|
|
|
- Initial import
|