Update to 3.2.0-rc0 (fixes rhbz#2008179)

This commit is contained in:
Peter Robinson 2022-01-14 07:52:43 +00:00
parent 9260e363b0
commit 735b4b9e25
2 changed files with 10 additions and 5 deletions

View File

@ -1 +1 @@
SHA512 (tpm2-tss-3.1.0.tar.gz) = 8967f172c92f1e3e5ba324dbe8afe07bf1bc7179dd755cef9812105f32634f312ee7cc7dfe8e13af69dc219432463f5dc9b93477743de47aba6af1d70b252405
SHA512 (tpm2-tss-3.2.0-rc0.tar.gz) = 9af7f51ce805d5c2025b70bb88c79332baaf82dd0afb0433c72e9f0af12cb244c64a67d582c4a8ccf41b0d819905c26c5b449fa0c841afc06764fc738612768f

View File

@ -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 <pbrobinson@fedoraproject.org> - 3.2.0-0.1.rc0
- Update to 3.2.0-rc0 (fixes rhbz#2008179)
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 3.1.0-4
- Rebuilt with OpenSSL 3.0.0