v5.1
This commit is contained in:
parent
5abcb3e288
commit
cfa3e4dea2
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tpm2-tools-5.0.tar.gz) = ea57a28a61e28b78cae7067ff58facd8754fafab7a2689fd93f8b3374073b6ac30301a75f8ff5c654800ab469ee6604d0b8a86c310631b9545b816ecaa05968e
|
||||
SHA512 (tpm2-tools-5.1.tar.gz) = 341356472205310e441bc83bf906296fb01b99f0c5bd22b2b14588bd9b5ace1abf8541b7c0d1ef172cf3668e152a1c0417b4b75ea580f0fe4c778bcf6daa81be
|
||||
|
@ -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 <pbrobinson@fedoraproject.org> - 5.1-1
|
||||
- Update to 5.1
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user