From 18ff48bc5bff95b483413d8a89e914d36e0d981e Mon Sep 17 00:00:00 2001 From: gordonwwang Date: Wed, 20 Sep 2023 16:20:38 +0800 Subject: [PATCH] Rebuit for py311 --- 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 d3f56a4..bd81b47 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: 6%{?dist} +Release: 7%{?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 +* Wed Sep 20 2023 Wang Guodong - 1.2.0-7 +- Rebuilt for python-pytest-forked + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 1.2.0-6 - Rebuilt for python 3.11 -- Gitee