From fad73c922160378db03bd9f037f0bf3123e85226 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 16 Aug 2023 11:12:31 +0200 Subject: [PATCH] python-tpm2-pytss-2.1.0-2 --- 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 6a92157..cb6c59f 100644 --- a/python-tpm2-pytss.spec +++ b/python-tpm2-pytss.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 2.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: TPM 2.0 TSS Bindings for Python License: BSD-2-Clause @@ -80,6 +80,10 @@ Summary: %{summary} %changelog +* Wed Aug 16 2023 Jakub Jelen - 2.1.0-2 +- Enable builds on i686 again +- Fix another test issues + * Mon Aug 07 2023 Jakub Jelen - 2.1.0-1 - New upstream release (#2149103)