Accepting request 456388 from home:jengelh:branches:security
- Wrap description, drop empty scriptlets. OBS-URL: https://build.opensuse.org/request/show/456388 OBS-URL: https://build.opensuse.org/package/show/security/ibmswtpm2?expand=0&rev=4
This commit is contained in:
parent
38a1eea788
commit
0745d668f7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 09:38:18 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Wrap description, drop empty scriptlets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 27 11:49:20 UTC 2017 - msuchanek@suse.com
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
%define suite ibmtss
|
||||
|
||||
Name: ibmswtpm2
|
||||
@ -24,7 +23,7 @@ Version: 832
|
||||
Release: 0
|
||||
Summary: IBM's Software TPM 2.0
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Tools
|
||||
Group: Development/Tools/Other
|
||||
Url: https://sourceforge.net/projects/ibmswtpm2
|
||||
Source: ibmtpm%{version}.tar
|
||||
Patch1: makefile.patch
|
||||
@ -36,11 +35,15 @@ BuildRequires: libopenssl-devel >= 1.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
An implementation of the TCG TPM 2.0 specification. It is based on the TPM specification Parts 3 and 4 source code donated by Microsoft, with additional files to complete the implementation.
|
||||
An implementation of the TCG TPM 2.0 specification. It is based on
|
||||
the TPM specification Parts 3 and 4 source code donated by Microsoft,
|
||||
with additional files to complete the implementation.
|
||||
|
||||
This TPM emulator listens on TCP ports (default 2321 and 2322) and saves state to file NVChip in current directory.
|
||||
This TPM emulator listens on TCP ports (default 2321 and 2322) and
|
||||
saves state to the file "NVChip" in the current directory.
|
||||
|
||||
It is probably not of much use other than testing the IBM TSS implementation because of this specific interface.
|
||||
It is probably not of much use other than testing the IBM TSS
|
||||
implementation because of this specific interface.
|
||||
|
||||
%prep
|
||||
%setup -c -q
|
||||
@ -55,10 +58,6 @@ CCFLAGS="%{optflags}" make %{?_smp_mflags}
|
||||
cd src
|
||||
install -m 755 -D -t %{buildroot}/%{_libexecdir}/%{suite} tpm_server
|
||||
|
||||
%post
|
||||
|
||||
%postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libexecdir}/%{suite}
|
||||
|
Loading…
Reference in New Issue
Block a user