From 93bbab325ed25368a7d6463d6fe560b0b6f3e1b9 Mon Sep 17 00:00:00 2001 From: ocs-bot Date: Wed, 29 May 2024 10:08:16 +0800 Subject: [PATCH] Rebuilt for tpm2-tss --- python-tpm2-pytss.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-tpm2-pytss.spec b/python-tpm2-pytss.spec index dba0595..401825d 100644 --- a/python-tpm2-pytss.spec +++ b/python-tpm2-pytss.spec @@ -6,7 +6,7 @@ Summary: TPM 2.0 TSS Bindings for Python Name: python-%{srcname} Version: 2.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD-2-Clause URL: https://github.com/tpm2-software/tpm2-pytss Source: %{pypi_source %{srcname}} @@ -62,6 +62,10 @@ based command line strings and loading tpm2-tools context files. %doc README.md %changelog +* Wed May 29 2024 Rebuild Robot - 2.1.0-2 +- [Type] other +- [DESC] Rebuilt for tpm2-tss + * Mon Sep 25 2023 Shuo Wang - 2.1.0-1 - update to 2.1.0 -- Gitee