From cfa3e4dea240f7aea0b5a055a56744f6102619fb Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: May 25 2021 09:21:59 +0000 Subject: v5.1 --- diff --git a/sources b/sources index e54d7f0..2f19b40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tpm2-tools-5.0.tar.gz) = ea57a28a61e28b78cae7067ff58facd8754fafab7a2689fd93f8b3374073b6ac30301a75f8ff5c654800ab469ee6604d0b8a86c310631b9545b816ecaa05968e +SHA512 (tpm2-tools-5.1.tar.gz) = 341356472205310e441bc83bf906296fb01b99f0c5bd22b2b14588bd9b5ace1abf8541b7c0d1ef172cf3668e152a1c0417b4b75ea580f0fe4c778bcf6daa81be diff --git a/tpm2-tools.spec b/tpm2-tools.spec index ba93a37..a3e01a2 100644 --- a/tpm2-tools.spec +++ b/tpm2-tools.spec @@ -1,8 +1,8 @@ #global candidate rc2 Name: tpm2-tools -Version: 5.0 -Release: 2%{?candidate:.%{candidate}}%{?dist} +Version: 5.1 +Release: 1%{?candidate:.%{candidate}}%{?dist} Summary: A bunch of TPM testing toolS build upon tpm2-tss License: BSD @@ -18,13 +18,13 @@ BuildRequires: pkgconfig(cmocka) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(openssl) # tpm2-tss-devel provides tss2-mu/sys/esys package config -BuildRequires: pkgconfig(tss2-mu) -BuildRequires: pkgconfig(tss2-sys) -BuildRequires: pkgconfig(tss2-esys) +BuildRequires: pkgconfig(tss2-mu) >= 3.1.0 +BuildRequires: pkgconfig(tss2-sys) >= 3.1.0 +BuildRequires: pkgconfig(tss2-esys) >= 3.1.0 BuildRequires: pkgconfig(uuid) # tpm2-tools is heavily depending on TPM2.0-TSS project, matched tss is required -Requires: tpm2-tss%{?_isa} >= 2.3.1 +Requires: tpm2-tss%{?_isa} >= 3.1.0 %description tpm2-tools is a batch of tools for tpm2.0. It is based on tpm2-tss. @@ -58,6 +58,9 @@ tpm2-tools is a batch of tools for tpm2.0. It is based on tpm2-tss. %{_mandir}/man1/tss2_*.1.gz %changelog +* Tue May 25 2021 Peter Robinson - 5.1-1 +- Update to 5.1 + * Wed Jan 27 2021 Fedora Release Engineering - 5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild