From 128010c10dd6da8afb17330bdd78cf58edf9e9a5 Mon Sep 17 00:00:00 2001 From: jinlun Date: Tue, 21 Mar 2023 11:28:34 +0800 Subject: [PATCH] add check code in tpm2-tss --- tpm2-tss.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/tpm2-tss.spec b/tpm2-tss.spec index bcc007a..6599f4c 100644 --- a/tpm2-tss.spec +++ b/tpm2-tss.spec @@ -1,6 +1,6 @@ Name: tpm2-tss Version: 3.2.1 -Release: 2 +Release: 3 Summary: TPM2.0 Software Stack License: BSD URL: https://github.com/tpm2-software/tpm2-tss @@ -9,7 +9,7 @@ Source0: https://github.com/tpm2-software/tpm2-tss/releases/download/%{ver Patch1: backport-CVE-2023-22745.patch BuildRequires: gcc-c++ autoconf-archive libtool pkgconfig systemd libgcrypt-devel openssl-devel doxygen json-c-devel libcurl-devel -BuildRequires: curl >= 7.80.0 +BuildRequires: curl >= 7.80.0 libcmocka-devel iproute uthash-devel swtpm %description tpm2-tss is a software stack supporting Trusted Platform Module(TPM) 2.0 system @@ -31,7 +31,8 @@ Obsoletes: %{name}-static %build %configure --disable-static --disable-silent-rules --with-udevrulesdir=%{_udevrulesdir} --with-udevrulesprefix=80- \ - --with-runstatedir=%{_rundir} --with-tmpfilesdir=%{_tmpfilesdir} --with-sysusersdir=%{_sysusersdir} + --with-runstatedir=%{_rundir} --with-tmpfilesdir=%{_tmpfilesdir} --with-sysusersdir=%{_sysusersdir} \ + --enable-unit --enable-integration %make_build @@ -72,6 +73,12 @@ make check %{_mandir}/man*/* %changelog +* Tue Mar 21 2023 jinlun - 3.2.1-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add check code in tpm2-tss + * Tue Jan 31 2023 huangzq6 - 3.2.1-2 - Type:CVE - ID:NA