From 735b4b9e258090a0f370e0f26b10557a2ab3d732 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 14 Jan 2022 07:52:43 +0000 Subject: [PATCH] Update to 3.2.0-rc0 (fixes rhbz#2008179) --- sources | 2 +- tpm2-tss.spec | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/sources b/sources index f39483b..403f39f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tpm2-tss-3.1.0.tar.gz) = 8967f172c92f1e3e5ba324dbe8afe07bf1bc7179dd755cef9812105f32634f312ee7cc7dfe8e13af69dc219432463f5dc9b93477743de47aba6af1d70b252405 +SHA512 (tpm2-tss-3.2.0-rc0.tar.gz) = 9af7f51ce805d5c2025b70bb88c79332baaf82dd0afb0433c72e9f0af12cb244c64a67d582c4a8ccf41b0d819905c26c5b449fa0c841afc06764fc738612768f diff --git a/tpm2-tss.spec b/tpm2-tss.spec index 7908940..827ab70 100644 --- a/tpm2-tss.spec +++ b/tpm2-tss.spec @@ -1,13 +1,15 @@ +%global candidate rc0 + Name: tpm2-tss -Version: 3.1.0 -Release: 4%{?dist} +Version: 3.2.0 +Release: 0.1%{?candidate:.%{candidate}}%{?dist} Summary: TPM2.0 Software Stack # The entire source code is under BSD except implementation.h and tpmb.h which # is under TCGL(Trusted Computing Group License). License: BSD and TCGL URL: https://github.com/tpm2-software/tpm2-tss -Source0: https://github.com/tpm2-software/tpm2-tss/releases/download/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/tpm2-software/tpm2-tss/releases/download/%{version}/%{name}-%{version}%{?candidate:-%{candidate}}.tar.gz # doxygen crash Patch0: tpm2-tss-3.0.0-doxygen.patch @@ -33,7 +35,7 @@ APIs. It sits between TPM driver and applications, providing TPM2.0 specified APIs for applications to access TPM module through kernel TPM drivers. %prep -%autosetup -n %{name}-%{version} +%autosetup -n %{name}-%{version}%{?candidate:-%{candidate}} -p1 %build # Use built-in tpm-udev.rules, with specified installation path and prefix. @@ -121,6 +123,9 @@ use tpm2-tss. %changelog +* Fri Jan 14 2022 Peter Robinson - 3.2.0-0.1.rc0 +- Update to 3.2.0-rc0 (fixes rhbz#2008179) + * Tue Sep 14 2021 Sahana Prasad - 3.1.0-4 - Rebuilt with OpenSSL 3.0.0