2016-02-24 11:20:32 +01:00
|
|
|
#
|
2016-04-08 11:42:06 +02:00
|
|
|
# spec file for package tpm2-0-tss
|
2016-02-24 11:20:32 +01:00
|
|
|
#
|
2018-02-22 11:16:24 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2016-02-24 11:20:32 +01: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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2016-02-24 11:22:48 +01:00
|
|
|
Name: tpm2-0-tss
|
2018-06-29 16:14:43 +02:00
|
|
|
Version: 2.0.0
|
2016-02-24 11:20:32 +01:00
|
|
|
Release: 0
|
2017-08-03 10:12:52 +02:00
|
|
|
Summary: Intel's TCG Software Stack access libraries for TPM 2.0 chips
|
2016-03-24 18:38:07 +01:00
|
|
|
License: BSD-2-Clause
|
2016-02-24 11:20:32 +01:00
|
|
|
Group: Productivity/Security
|
2018-02-22 11:16:24 +01:00
|
|
|
Url: https://github.com/tpm2-software/tpm2-tss
|
2018-07-03 13:44:25 +02:00
|
|
|
Source0: https://github.com/tpm2-software/tpm2-tss/releases/download/2.0.0/tpm2-tss-%{version}.tar.gz
|
2016-02-24 11:20:32 +01:00
|
|
|
Source2: baselibs.conf
|
2016-02-24 14:01:43 +01:00
|
|
|
BuildRequires: gcc-c++
|
2018-06-29 16:14:43 +02:00
|
|
|
BuildRequires: libgcrypt-devel
|
2016-02-24 11:20:32 +01:00
|
|
|
BuildRequires: pkg-config
|
2018-07-03 10:31:06 +02:00
|
|
|
BuildRequires: udev
|
2016-02-24 11:20:32 +01:00
|
|
|
Requires(pre): pwdutils
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
2017-05-11 17:15:35 +02:00
|
|
|
The tpm2-0-tss package provides a TPM 2.0 TSS implementation. This
|
2017-08-03 10:12:52 +02:00
|
|
|
implementation is developed by INTEL. This package contains the libraries,
|
|
|
|
see the tpm2.0-abrmd package for the resource manager daemon, tpm2.0-tools for
|
|
|
|
utilities.
|
2016-02-24 11:20:32 +01:00
|
|
|
|
|
|
|
%package devel
|
2017-02-18 12:42:59 +01:00
|
|
|
Summary: Development headers for the Intel TSS library for TPM 2.0 chips
|
2016-02-24 11:20:32 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: glibc-devel
|
2018-06-29 16:14:43 +02:00
|
|
|
Requires: libtss2-esys0 = %{version}
|
|
|
|
Requires: libtss2-mu0 = %{version}
|
|
|
|
Requires: libtss2-sys0 = %{version}
|
|
|
|
Requires: libtss2-tcti-device0 = %{version}
|
|
|
|
Requires: libtss2-tcti-mssim0 = %{version}
|
2017-08-03 10:12:52 +02:00
|
|
|
Requires: tpm2-0-tss = %{version}
|
2016-02-24 11:20:32 +01:00
|
|
|
|
|
|
|
%description devel
|
2018-06-29 16:14:43 +02:00
|
|
|
This package provides the development files for the tpm2 stack's libraries for
|
|
|
|
accessing TPM 2.0 chips.
|
2016-02-24 11:20:32 +01:00
|
|
|
|
2018-06-29 16:14:43 +02:00
|
|
|
%package -n libtss2-esys0
|
|
|
|
Summary: TPM2 Enhanced System API (ESAPI)
|
2017-08-03 10:12:52 +02:00
|
|
|
Group: System/Libraries
|
2016-02-24 11:20:32 +01:00
|
|
|
|
2018-06-29 16:14:43 +02:00
|
|
|
%description -n libtss2-esys0
|
|
|
|
This API is a 1-to-1 mapping of the TPM2 commands documented in Part 3 of the
|
|
|
|
TPM2 specification. Additionally there are asynchronous versions of each
|
|
|
|
command. In addition to SAPI, the ESAPI performs tracking of meta data for
|
|
|
|
TPM object and automatic calculation of session based authorization and
|
|
|
|
encryption values. Both the synchronous and asynchronous API are exposed
|
|
|
|
through this library.
|
2016-02-24 11:20:32 +01:00
|
|
|
|
2018-06-29 16:14:43 +02:00
|
|
|
%package -n libtss2-sys0
|
|
|
|
Summary: TPM2 System API (SAPI)
|
2017-02-18 12:42:59 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
|
2018-06-29 16:14:43 +02:00
|
|
|
%description -n libtss2-sys0
|
|
|
|
System API (SAPI) as described in the system level API and TPM command
|
|
|
|
transmission interface specification. This API is a 1-to-1 mapping of the TPM2
|
|
|
|
commands documented in Part 3 of the TPM2 specification. Additionally there
|
|
|
|
are asynchronous versions of each command. These asynchronous variants may be
|
|
|
|
useful for integration into event-driven programming environments. Both the
|
|
|
|
synchronous and asynchronous API are exposed through this library.
|
2017-02-18 12:42:59 +01:00
|
|
|
|
2018-06-29 16:14:43 +02:00
|
|
|
%package -n libtss2-mu0
|
|
|
|
Summary: TPM2 marshaling/unmarshaling library
|
2017-02-18 12:42:59 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
|
2018-06-29 16:14:43 +02:00
|
|
|
%description -n libtss2-mu0
|
|
|
|
Marshaling/Unmarshaling (MU) as described in the TCG TSS 2.0
|
|
|
|
Marshaling/Unmarshaling API Specification. This API provides a set of
|
|
|
|
marshaling and unmarshaling functions for all data types defined by the TPM
|
|
|
|
library specification.
|
|
|
|
|
|
|
|
%package -n libtss2-tcti-device0
|
|
|
|
Summary: TCTI interface library for using a native TPM device node
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libtss2-tcti-device0
|
2017-02-18 12:42:59 +01:00
|
|
|
TPM Command Transmission Interface library for communicating with a
|
2018-06-29 16:14:43 +02:00
|
|
|
TPM device node. This provides direct access to the TPM through the Linux
|
|
|
|
kernel driver.
|
|
|
|
|
|
|
|
%package -n libtss2-tcti-mssim0
|
|
|
|
Summary: TCTI interface library for Microsoft software TPM2 simulator
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libtss2-tcti-mssim0
|
|
|
|
TPM Command Transmission Interface library for communicating using the
|
|
|
|
protocol exposed by the Microsoft software TPM2 simulator.
|
2017-02-18 12:42:59 +01:00
|
|
|
|
2016-02-24 11:20:32 +01:00
|
|
|
%prep
|
2017-08-03 10:25:42 +02:00
|
|
|
%setup -q -n tpm2-tss-%{version}
|
2018-06-29 16:14:43 +02:00
|
|
|
|
|
|
|
%pre
|
|
|
|
# the same user is employed by trousers (and was employed by the old
|
|
|
|
# resourcemgr shipped with the tpm2-0-tss package):
|
|
|
|
#
|
|
|
|
# trousers just needs those accounts for dropping privileges to. The service
|
|
|
|
# starts as root and uses set*id to drop to tss, after the tpm device has been
|
|
|
|
# opened.
|
|
|
|
#
|
|
|
|
# tpm2-abrmd has no set*id handling and thus requires /dev/tpm to be owned
|
|
|
|
# by the tss user. Therefore we also need to install a udev rule file.
|
2018-02-22 11:49:01 +01:00
|
|
|
#
|
2018-06-29 16:14:43 +02:00
|
|
|
# trousers was here first and created the user like this, also giving it a
|
|
|
|
# home in /var/lib/tpm. I don't think the home directory is used by any of
|
|
|
|
# both packages ATM. Trousers is keeping state there, but the directory is
|
|
|
|
# owned by root and files are opened before dropping privileges. The passwd
|
|
|
|
# entry seems not to be evaluated.
|
|
|
|
#
|
|
|
|
# so I guess we can share the account between the two packages for now.
|
|
|
|
%_bindir/getent group tss >/dev/null || %{_sbindir}/groupadd -g 98 tss
|
|
|
|
%_bindir/getent passwd tss >/dev/null || \
|
|
|
|
%{_sbindir}/useradd -u 98 -o -g tss -s /bin/false -c "TSS daemon" \
|
|
|
|
-d %{_localstatedir}/lib/tpm tss
|
2016-02-24 11:20:32 +01:00
|
|
|
|
|
|
|
%build
|
2018-06-29 16:14:43 +02:00
|
|
|
%configure --disable-static --with-udevrulesdir=%{_udevrulesdir}
|
2016-02-24 14:01:43 +01:00
|
|
|
make %{?_smp_mflags} PTHREAD_LDFLAGS=-pthread
|
2016-02-24 11:20:32 +01:00
|
|
|
|
|
|
|
%install
|
2016-02-24 11:22:48 +01:00
|
|
|
%make_install
|
2016-04-08 11:42:06 +02:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2018-06-29 16:14:43 +02:00
|
|
|
# rename the rules file to have a numbered prefix as all others have, too
|
|
|
|
%define udev_rule_file 90-tpm.rules
|
|
|
|
mv %{buildroot}%{_udevrulesdir}/tpm-udev.rules %{buildroot}%{_udevrulesdir}/%{udev_rule_file}
|
|
|
|
|
|
|
|
%post
|
|
|
|
%_bindir/udevadm trigger -s tpm || :
|
|
|
|
|
|
|
|
%post -n libtss2-esys0 -p /sbin/ldconfig
|
|
|
|
%postun -n libtss2-esys0 -p /sbin/ldconfig
|
|
|
|
%post -n libtss2-sys0 -p /sbin/ldconfig
|
|
|
|
%postun -n libtss2-sys0 -p /sbin/ldconfig
|
|
|
|
%post -n libtss2-tcti-device0 -p /sbin/ldconfig
|
|
|
|
%postun -n libtss2-tcti-device0 -p /sbin/ldconfig
|
|
|
|
%post -n libtss2-tcti-mssim0 -p /sbin/ldconfig
|
|
|
|
%postun -n libtss2-tcti-mssim0 -p /sbin/ldconfig
|
|
|
|
%post -n libtss2-mu0 -p /sbin/ldconfig
|
|
|
|
%postun -n libtss2-mu0 -p /sbin/ldconfig
|
2016-02-24 11:20:32 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2017-02-15 19:15:01 +01:00
|
|
|
%doc *.md LICENSE
|
2018-02-22 11:16:24 +01:00
|
|
|
%{_mandir}/man3/*
|
2018-06-29 16:14:43 +02:00
|
|
|
%{_mandir}/man7/tss2-*
|
|
|
|
%{_udevrulesdir}/%{udev_rule_file}
|
2016-02-24 11:20:32 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2018-06-29 16:14:43 +02:00
|
|
|
%{_includedir}/tss2
|
2016-02-24 11:20:32 +01:00
|
|
|
%{_libdir}/*.so
|
2017-02-15 19:15:01 +01:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2016-02-24 11:20:32 +01:00
|
|
|
|
2018-06-29 16:14:43 +02:00
|
|
|
%files -n libtss2-esys0
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libtss2-esys.so.*
|
|
|
|
|
|
|
|
%files -n libtss2-sys0
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libtss2-sys.so.*
|
|
|
|
|
|
|
|
%files -n libtss2-mu0
|
2016-02-24 11:20:32 +01:00
|
|
|
%defattr(-,root,root)
|
2018-06-29 16:14:43 +02:00
|
|
|
%{_libdir}/libtss2-mu.so.*
|
2017-02-18 12:42:59 +01:00
|
|
|
|
2018-06-29 16:14:43 +02:00
|
|
|
%files -n libtss2-tcti-device0
|
2017-02-18 12:42:59 +01:00
|
|
|
%defattr(-,root,root)
|
2018-06-29 16:14:43 +02:00
|
|
|
%{_libdir}/libtss2-tcti-device.so.*
|
2017-02-18 12:42:59 +01:00
|
|
|
|
2018-06-29 16:14:43 +02:00
|
|
|
%files -n libtss2-tcti-mssim0
|
2017-02-18 12:42:59 +01:00
|
|
|
%defattr(-,root,root)
|
2018-06-29 16:14:43 +02:00
|
|
|
%{_libdir}/libtss2-tcti-mssim.so.*
|
2016-02-24 14:01:43 +01:00
|
|
|
|
2016-02-24 11:20:32 +01:00
|
|
|
%changelog
|