From 9b5f6cc2fbc83510d91c0a25ff887392e18c7a58 Mon Sep 17 00:00:00 2001 From: jinlun Date: Thu, 12 Jan 2023 08:02:53 +0000 Subject: [PATCH] add code check in tpm2-abrmd https://gitee.com/src-openeuler/tpm2-abrmd/issues/I6A5SR Signed-off-by: jinlun --- tpm2-abrmd.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tpm2-abrmd.spec b/tpm2-abrmd.spec index 9b497f5..dc0c721 100644 --- a/tpm2-abrmd.spec +++ b/tpm2-abrmd.spec @@ -2,7 +2,7 @@ Name: tpm2-abrmd Version: 2.4.1 -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 @@ -52,7 +52,8 @@ autoreconf --install --with-systemdsystemunitdir=%{_unitdir} \ --with-systemdpresetdir=%{_presetdir} \ --with-sepolicy \ - --with-dbuspolicydir=%{_datadir}/dbus-1/system.d/ + --with-dbuspolicydir=%{_datadir}/dbus-1/system.d/ \ + --enable-unit %make_build @@ -131,6 +132,12 @@ fi %{_datadir}/selinux/packages/tabrmd.pp.bz2 %changelog +* Tue Jan 10 2023 jinlun - 2.4.1-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: add code check in tpm2-abrmd + * Thu Nov 3 2022 jinlun - 2.4.1-1 - Type:enhancement - ID:NA