From b29ad9fd053b1e1b74c3d54efa8ffe46e305a3bbd10359ebb9b44f392e0aec7a Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Tue, 18 Sep 2018 09:05:57 +0000 Subject: [PATCH] - add recommends to the tcti-device and tcti-abrmd. Otherwise they're not installed right away, rendering the abrmd quite unusable. OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=32 --- tpm2.0-abrmd.changes | 6 ++++++ tpm2.0-abrmd.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/tpm2.0-abrmd.changes b/tpm2.0-abrmd.changes index 67b16c0..642fb2a 100644 --- a/tpm2.0-abrmd.changes +++ b/tpm2.0-abrmd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 18 09:05:24 UTC 2018 - matthias.gerstner@suse.com + +- add recommends to the tcti-device and tcti-abrmd. Otherwise they're not + installed right away, rendering the abrmd quite unusable. + ------------------------------------------------------------------- Fri Aug 10 10:02:21 UTC 2018 - matthias.gerstner@suse.com diff --git a/tpm2.0-abrmd.spec b/tpm2.0-abrmd.spec index 9bafe2a..6e7d218 100644 --- a/tpm2.0-abrmd.spec +++ b/tpm2.0-abrmd.spec @@ -35,6 +35,8 @@ BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(tss2-sys) Requires(pre): pwdutils +Recommends: libtss2-tcti-device0 +Recommends: libtss2-tcti-tabrmd0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Patch0: fix_dlopen.patch # the auto activation is not whitelisted for <= SLE12-SP3