From 4f0f5c434e4a3cb3a12990c357abecd42acdd208 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 19 Feb 2022 12:53:34 +0000 Subject: [PATCH] 3.2.0 GA --- sources | 2 +- tpm2-tss.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index c4be1cc..0bfd59d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tpm2-tss-3.2.0-rc3.tar.gz) = e1284c77a1a5957e639e94b31ae56e9157232344189272c149cece5c03c4b3df6a7fa3413f96711dc54052636011a27ea426d485abc0c2a31b3c05e97d30e2a3 +SHA512 (tpm2-tss-3.2.0.tar.gz) = cabb411f074dfa94919ba914849aac77a0ac2f50622e28a1406cf575369148774748e0e2b7a7c566ec83561a96d4b883bac5a3b1763f4cf48668a0c5d68c0a23 diff --git a/tpm2-tss.spec b/tpm2-tss.spec index 486b14c..dbcb59d 100644 --- a/tpm2-tss.spec +++ b/tpm2-tss.spec @@ -1,11 +1,11 @@ -%bcond_without rc +%bcond_with rc %if %{with rc} %global candidate rc3 %endif Name: tpm2-tss Version: 3.2.0 -Release: 0.5%{?candidate:.%{candidate}}%{?dist} +Release: 1%{?candidate:.%{candidate}}%{?dist} Summary: TPM2.0 Software Stack # The entire source code is under BSD except implementation.h and tpmb.h which @@ -134,6 +134,9 @@ use tpm2-tss. %changelog +* Sat Feb 19 2022 Peter Robinson - 3.2.0-1 +- Update to 3.2.0 + * Fri Feb 18 2022 Peter Robinson - 3.2.0-0.5.rc3 - Update to 3.2.0-rc3