import tpm2-tools-4.1.1-1.el8

This commit is contained in:
CentOS Sources 2020-07-28 07:55:50 -04:00 committed by Stepan Oksanichenko
parent 93f8a753cd
commit 5374e8e55e
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/tpm2-tools-3.2.1.tar.gz
SOURCES/tpm2-tools-4.1.1.tar.gz

View File

@ -1 +1 @@
676fe76148347583f826b5cdb704771230c32c63 SOURCES/tpm2-tools-3.2.1.tar.gz
d097d321237983435f05c974533ad90e6f20acef SOURCES/tpm2-tools-4.1.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: tpm2-tools
Version: 3.2.1
Version: 4.1.1
Release: 1%{?dist}
Summary: A TPM2.0 testing tool build upon TPM2.0-TSS
@ -10,6 +10,7 @@ Source0: https://github.com/tpm2-software/tpm2-tools/releases/download/%{version
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: autoconf-archive
BuildRequires: pandoc
BuildRequires: pkgconfig(cmocka)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(openssl)
@ -19,7 +20,7 @@ BuildRequires: pkgconfig(tss2-sys)
BuildRequires: pkgconfig(tss2-esys)
# tpm2-tools is heavily depending on TPM2.0-TSS project, matched tss is required
Requires: tpm2-tss%{?_isa} >= 2.0.0-2%{?dist}
Requires: tpm2-tss%{?_isa} >= 2.3.2-1%{?dist}
# tpm2-tools project changed the install path for binaries and man page section
Obsoletes: tpm2-tools <= 2.1.1-2
@ -41,9 +42,14 @@ tpm2-tools is a batch of testing tools for tpm2.0. It is based on tpm2-tss.
%doc README.md CHANGELOG.md
%license LICENSE
%{_bindir}/tpm2_*
%{_datadir}/bash-completion/completions/tpm2*
%{_mandir}/man1/tpm2_*.1.gz
%changelog
* Wed Apr 29 2020 Jerry Snitselaar <jsnitsel@redhat.com> - 4.1.1-1
- Update to 4.1.1 release
resolves: rhbz#1789682
* Tue Oct 22 2019 Jerry Snitselaar <jsnitsel@redhat.com> - 3.2.1-1
- Update to 3.2.1 release
resolves: rhbz#1725714