From 2d071a29a4612998d7de1fee49343824a3e6bc34 Mon Sep 17 00:00:00 2001 From: htpeng Date: Sat, 11 Oct 2025 10:44:34 +0800 Subject: [PATCH] Fix build error Signed-off-by: htpeng --- backport-fix-typo.patch => backport-fix-typo.patch | 0 tpm2-tools.spec | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) rename backport-fix-typo.patch => backport-fix-typo.patch (100%) diff --git a/backport-fix-typo.patch b/backport-fix-typo.patch similarity index 100% rename from backport-fix-typo.patch rename to backport-fix-typo.patch diff --git a/tpm2-tools.spec b/tpm2-tools.spec index 1aea44b..80073e0 100644 --- a/tpm2-tools.spec +++ b/tpm2-tools.spec @@ -1,6 +1,6 @@ Name: tpm2-tools Version: 5.5 -Release: 4 +Release: 5 Summary: A TPM2.0 testing tool based on TPM2.0-TSS License: BSD URL: https://github.com/tpm2-software/tpm2-tools @@ -61,6 +61,9 @@ make check %{_mandir}/*/* %changelog +* Sat Oct 11 2025 penghaitao - 5.5-5 +- Fix build error + * Mon Apr 21 2025 lizhuo - 5.5-4 - fix typo -- Gitee