From 37627c96c5544657c9699e2507f3c417d890f2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A4=E7=8B=AC=E7=9A=84=E5=A4=A7=E6=B2=B3=E9=A9=AC?= =?UTF-8?q?=E5=9C=A8=E8=BA=BA=E5=B9=B3?= Date: Wed, 24 Apr 2024 10:15:48 +0000 Subject: [PATCH] Fix compile error because of dbus-run-session command missing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孤独的大河马在躺平 --- tpm2-abrmd.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tpm2-abrmd.spec b/tpm2-abrmd.spec index ccb9966..e9099e0 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 -- Gitee