From 129bd564dcad4985e4dca279dc4465f125742d4e Mon Sep 17 00:00:00 2001 From: shen-chenbang <1944340417@qq.com> Date: Tue, 24 Sep 2024 23:34:31 +0800 Subject: [PATCH] support clang --- tpm2-tss.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tpm2-tss.spec b/tpm2-tss.spec index b57c08b..e4d6829 100644 --- a/tpm2-tss.spec +++ b/tpm2-tss.spec @@ -1,6 +1,6 @@ Name: tpm2-tss Version: 4.0.1 -Release: 2 +Release: 3 Summary: TPM2.0 Software Stack License: BSD URL: https://github.com/tpm2-software/tpm2-tss @@ -34,7 +34,6 @@ Obsoletes: %{name}-static %configure --disable-static --disable-silent-rules --with-udevrulesdir=%{_udevrulesdir} --with-udevrulesprefix=80- \ --with-runstatedir=%{_rundir} --with-tmpfilesdir=%{_tmpfilesdir} --with-sysusersdir=%{_sysusersdir} \ --enable-unit --enable-integration - %make_build %install @@ -74,6 +73,9 @@ make check %{_mandir}/man*/* %changelog +* Tue Aug 27 2024 shenchenbang <1944340417@qq.com> - 4.0.1-3 +- Fix incorrect function definition + * Wed May 8 2024 jinlun - 4.0.1-2 - fix CVE-2024-29040 and fix test check error -- Gitee