Marcus Meissner 2017-02-08 09:07:16 +00:00 committed by Git OBS Bridge
parent f182629d0c
commit 000e71f1ee

View File

@ -1,7 +1,7 @@
#
# spec file for package ibmtss
# spec file for package ibmswtpm2
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -13,22 +13,26 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
#
%define suite ibmtss
Name: ibmswtpm2
Version: 832
Release: 0
License: BSD-3-Clause
Summary: IBM's Software TPM 2.0
Url: https://sourceforge.net/projects/ibmswtpm2
Group: Development/Tools
Source: ibmtpm%{version}.tar
Patch1: makefile.patch
Patch2: bits.patch
Version: 832
Release: 0
Summary: IBM's Software TPM 2.0
License: BSD-3-Clause
Group: Development/Tools
Url: https://sourceforge.net/projects/ibmswtpm2
Source: ibmtpm%{version}.tar
Patch1: makefile.patch
Patch2: bits.patch
# FIXME this is broken on BE - upstream is waiting for current spec testing to finish before porting
ExcludeArch: ppc ppc64 s390 s390x
BuildRequires: libopenssl-devel < 1.1, libopenssl-devel >= 1.0
ExcludeArch: ppc ppc64 s390 s390x
BuildRequires: libopenssl-devel < 1.1
BuildRequires: libopenssl-devel >= 1.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -60,3 +64,5 @@ install -m 755 -D -t %{buildroot}/%{_libexecdir}/%{suite} tpm_server
%dir %{_libexecdir}/%{suite}
%{_libexecdir}/%{suite}/tpm_server
%doc ibmtpm.doc
%changelog