diff --git a/tpm2-abrmd.spec b/tpm2-abrmd.spec index dad8ec0..eaf74ed 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 @@ -135,6 +136,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 + * Wed Nov 23 2022 jinlun - 2.4.1-1 - Type:enhancement - ID:NA