2011-04-29 07:26:36 +00:00
|
|
|
#
|
|
|
|
# spec file for package tboot
|
|
|
|
#
|
2012-01-13 16:12:20 +00:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-04-29 07:26:36 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-03-01 16:04:24 +00:00
|
|
|
|
2011-04-29 07:26:36 +00:00
|
|
|
Name: tboot
|
2012-10-10 15:32:33 +00:00
|
|
|
%define ver 1.7.2
|
|
|
|
Version: 20120929_1.7.2
|
2012-01-13 16:12:20 +00:00
|
|
|
Release: 0
|
2011-04-29 07:26:36 +00:00
|
|
|
Summary: Performs a verified launch using Intel(R) TXT
|
2012-01-13 16:12:20 +00:00
|
|
|
License: BSD-3-Clause
|
2011-04-29 07:26:36 +00:00
|
|
|
Group: Productivity/Security
|
|
|
|
Url: http://sourceforge.net/projects/tboot/
|
2012-10-10 15:32:33 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/project/tboot/tboot/tboot-%{ver}.tar.gz
|
2011-04-29 07:26:36 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2012-01-13 16:12:20 +00:00
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: trousers-devel
|
2012-04-25 20:59:43 +00:00
|
|
|
ExclusiveArch: %{ix86} x86_64
|
2011-04-29 07:26:36 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Trusted Boot (tboot) is an open source, pre-kernel/VMM module that uses
|
|
|
|
Intel(R) Trusted Execution Technology (Intel(R) TXT) to perform a measured
|
|
|
|
and verified launch of an OS kernel/VMM.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2012-03-01 16:04:24 +00:00
|
|
|
%setup -q -n %name-%ver
|
2011-04-29 07:26:36 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
export TBOOT_CFLAGS="$CFLAGS"
|
|
|
|
make debug=y %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2012-10-11 07:03:04 +00:00
|
|
|
make debug=y install DISTDIR=$RPM_BUILD_ROOT MANPATH=$RPM_BUILD_ROOT/%{_mandir}
|
2011-04-29 07:26:36 +00:00
|
|
|
|
|
|
|
%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
|
2012-10-11 07:03:04 +00:00
|
|
|
%{_mandir}/man8/*
|
2011-04-29 07:26:36 +00:00
|
|
|
|
|
|
|
%changelog
|