From 0b25d0ee06ed3476f935ec4a7db88f81e9e476a3 Mon Sep 17 00:00:00 2001 From: cunshunxia Date: Fri, 18 Aug 2023 06:37:31 +0000 Subject: [PATCH] Rebuilt for tpm2-tss 4.0.1 --- python-tpm2-pytss.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tpm2-pytss.spec b/python-tpm2-pytss.spec index c4e72f3..7cbd0b8 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: 1.2.0 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD-2-Clause URL: https://github.com/tpm2-software/tpm2-pytss Source: %{pypi_source %{srcname}} @@ -62,6 +62,9 @@ based command line strings and loading tpm2-tools context files. %doc README.md %changelog +* Fri Aug 18 2023 cunshunxia - 1.2.0-4 +- Rebuilt for tpm2-tss 4.0.1 + * Fri Apr 28 2023 OpenCloudOS Release Engineering - 1.2.0-3 - Rebuilt for OpenCloudOS Stream 23.05 -- Gitee