diff --git a/tpm2-abrmd.spec b/tpm2-abrmd.spec index 63846ef84a26d80c96ad426d6679b4d228d49a26..fa253a8db93fbfbf1bfdac088bcf3834323adb60 100644 --- a/tpm2-abrmd.spec +++ b/tpm2-abrmd.spec @@ -2,7 +2,7 @@ Name: tpm2-abrmd Version: 2.4.0 -Release: 2 +Release: 3 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 @@ -54,7 +54,8 @@ export GDBUS_CODEGEN="/usr/bin/gdbus-codegen" --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 @@ -133,6 +134,12 @@ fi %{_datadir}/selinux/packages/tabrmd.pp.bz2 %changelog +* Tue Jan 10 2023 jinlun - 2.4.0-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: add code check in tpm2-abrmd + * Fri Sep 2 2022 jinlun - 2.4.0-2 - Type:bugfix - ID:NA