diff --git a/tpm2-abrmd.spec b/tpm2-abrmd.spec index ccb9966356da84d6be2e79dc5abc677e3019b170..e9099e0194c81cd0992e9c396b73a1baeb6c1ecf 100644 --- a/tpm2-abrmd.spec +++ b/tpm2-abrmd.spec @@ -2,7 +2,7 @@ Name: tpm2-abrmd Version: 3.0.0 -Release: 1 +Release: 2 Summary: A system daemon implementing the TPM2 access broker (TAB) & Resource Manager (RM) spec from the TCG License: BSD URL: https://github.com/tpm2-software/tpm2-abrmd @@ -12,6 +12,7 @@ BuildRequires: systemd pkgconfig(cmocka) pkgconfig(dbus-1) pkgconfig(gio-unix- BuildRequires: tpm2-tss-devel >= 2.4.0 libtool autoconf-archive libgcrypt libgcrypt-devel BuildRequires: chrpath BuildRequires: selinux-policy-devel pkgconfig(systemd) +BuildRequires: dbus-daemon # tpm2-abrmd depends on the package that contains itsSELinux policy module Requires: (%{name}-selinux >= 2.3.3-2 if selinux-policy) @@ -136,6 +137,12 @@ fi %{_datadir}/selinux/packages/tabrmd.pp.bz2 %changelog +* Wed Apr 24 2024 shaojiansong - 3.0.0-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Fix compile error because of dbus-run-session command missing. + * Tue Jul 18 2023 jinlun - 3.0.0-1 - Type:enhancement - ID:NA