import tpm2-tools-3.2.1-1.el8

This commit is contained in:
CentOS Sources 2020-04-28 05:40:12 -04:00 committed by Andrew Lukoshko
parent d716689f84
commit 45e29a44d2
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
e1415f53357b3caeab8c1f386d370cefe4e241dd SOURCES/tpm2-tools-3.1.4.tar.gz
676fe76148347583f826b5cdb704771230c32c63 SOURCES/tpm2-tools-3.2.1.tar.gz

View File

@ -1,6 +1,6 @@
Name: tpm2-tools
Version: 3.1.4
Release: 5%{?dist}
Version: 3.2.1
Release: 1%{?dist}
Summary: A TPM2.0 testing tool build upon TPM2.0-TSS
License: BSD
@ -44,6 +44,10 @@ tpm2-tools is a batch of testing tools for tpm2.0. It is based on tpm2-tss.
%{_mandir}/man1/tpm2_*.1.gz
%changelog
* Tue Oct 22 2019 Jerry Snitselaar <jsnitsel@redhat.com> - 3.2.1-1
- Update to 3.2.1 release
resolves: rhbz#1725714
* Tue May 28 2019 Jerry Snitselaar <jsnitsel@redhat.com> - 3.1.4-5
- Another dependency needed for CI gating
resolves: rhbz#1682417