Accepting request 899900 from security
OBS-URL: https://build.opensuse.org/request/show/899900 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=18
This commit is contained in:
commit
def244e4ba
1
_service
1
_service
@ -1,4 +1,5 @@
|
||||
<services>
|
||||
<!-- we need to setup a download_files service here. it is already called implicitly for some reason in the devel project, but not in e.g. SLE-15 -->
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/intel/tpm2-abrmd.git</param>
|
||||
<param name="scm">git</param>
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 9 09:37:38 UTC 2021 - Alberto Planas Dominguez <aplanas@suse.com>
|
||||
|
||||
- Requires libtss2-tcti-{device0,tabrmd0} (bsc#1187077).
|
||||
In MicroOS systems the recommendations are not installed, making the
|
||||
service fail to initialize: Failed to instantiate TCTI
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 22 12:15:24 UTC 2020 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tpm2.0-abrmd
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -35,8 +35,8 @@ BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(tss2-sys)
|
||||
Requires(pre): shadow
|
||||
Recommends: libtss2-tcti-device0
|
||||
Recommends: libtss2-tcti-tabrmd0
|
||||
Requires: libtss2-tcti-device0
|
||||
Requires: libtss2-tcti-tabrmd0
|
||||
Requires: tpm2-0-tss
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# the auto activation is not whitelisted for <= SLE12-SP3
|
||||
@ -77,9 +77,6 @@ use with the SAPI library (libtss2-sys) like any other TCTI.
|
||||
%build
|
||||
export CFLAGS="%optflags -fPIE"
|
||||
export LDFLAGS="-pie -fPIE"
|
||||
# workaround for the bug that upstream commit
|
||||
# b4036908dd067f8eadc9d53b1a2a39032aed109d fixes
|
||||
export GDBUS_CODEGEN="/usr/bin/gdbus-codegen"
|
||||
%configure --disable-static --with-systemdsystemunitdir=%{_unitdir}
|
||||
make %{?_smp_mflags} PTHREAD_LDFLAGS=-pthread
|
||||
|
||||
@ -111,7 +108,8 @@ rm %{buildroot}/%{_datadir}/dbus-1/system-services/com.intel.tss2.Tabrmd.service
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc *.md LICENSE
|
||||
%doc *.md
|
||||
%license LICENSE
|
||||
%{_mandir}/man7/tss2-*
|
||||
%{_mandir}/man8/tpm2-*
|
||||
%{_sbindir}/tpm2-abrmd
|
||||
|
Loading…
Reference in New Issue
Block a user