From 1d9194c69e4c9a7c1a9d2b157c5774fd81731e8cf99e767a8b36b2459e0bcb13 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Thu, 25 Oct 2018 09:01:40 +0000 Subject: [PATCH] - add a Requires towards tpm2-0-tss, because that main package holds the udev rules and logic for setting up the tss user. Without this the daemon can't start up correctly. OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=39 --- tpm2.0-abrmd.changes | 7 +++++++ tpm2.0-abrmd.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/tpm2.0-abrmd.changes b/tpm2.0-abrmd.changes index 280ede7..39488c2 100644 --- a/tpm2.0-abrmd.changes +++ b/tpm2.0-abrmd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 25 09:00:40 UTC 2018 - matthias.gerstner@suse.com + +- add a Requires towards tpm2-0-tss, because that main package holds the udev + rules and logic for setting up the tss user. Without this the daemon can't + start up correctly. + ------------------------------------------------------------------- Tue Oct 23 15:46:28 UTC 2018 - matthias.gerstner@suse.com diff --git a/tpm2.0-abrmd.spec b/tpm2.0-abrmd.spec index 404bef2..5c534ad 100644 --- a/tpm2.0-abrmd.spec +++ b/tpm2.0-abrmd.spec @@ -37,6 +37,7 @@ BuildRequires: pkgconfig(tss2-sys) Requires(pre): pwdutils Recommends: libtss2-tcti-device0 Recommends: libtss2-tcti-tabrmd0 +Requires: tpm2-0-tss BuildRoot: %{_tmppath}/%{name}-%{version}-build Patch0: fix_dlopen.patch # the auto activation is not whitelisted for <= SLE12-SP3