From f10cbf541984f7d9bc51e841107d0d5afb77d4f2 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 14 Feb 2022 20:07:19 +0000 Subject: [PATCH] 3.2.0-rc1 --- sources | 2 +- tpm2-tss.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 403f39f..f120dea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tpm2-tss-3.2.0-rc0.tar.gz) = 9af7f51ce805d5c2025b70bb88c79332baaf82dd0afb0433c72e9f0af12cb244c64a67d582c4a8ccf41b0d819905c26c5b449fa0c841afc06764fc738612768f +SHA512 (tpm2-tss-3.2.0-rc1.tar.gz) = 09f6ffb400a0eb484ee5fb6be8d1dce439e90c730c98974451fcdddb47e12e157efcbbd9d409c4b5ae1764f30adc4557ffa80645c98ebf0370ca3145e7605de8 diff --git a/tpm2-tss.spec b/tpm2-tss.spec index 1580879..90fd56a 100644 --- a/tpm2-tss.spec +++ b/tpm2-tss.spec @@ -1,11 +1,11 @@ %bcond_without rc %if %{with rc} -%global candidate rc0 +%global candidate rc1 %endif Name: tpm2-tss Version: 3.2.0 -Release: 0.3%{?candidate:.%{candidate}}%{?dist} +Release: 0.4%{?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 +* Mon Feb 14 2022 Peter Robinson - 3.2.0-0.4.rc1 +- Update to 3.2.0-rc1 + * Tue Feb 08 2022 Peter Robinson - 3.2.0-0.3.rc0 - Add conditionals for RC builds