Update to 3.1.1 release

This commit is contained in:
Yunying Sun 2018-07-12 13:44:04 +08:00
parent 3304a4eec1
commit d10185ca57
3 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/tpm2-tools-3.1.0.tar.gz /tpm2-tools-3.1.1.tar.gz

View File

@ -1 +1 @@
SHA512 (tpm2-tools-3.1.0.tar.gz) = a5779701a227cffa6d90a5840ac113cfd4cf60cf231930c3a03774ae8522acbcea697c92a2b80f7fd3b1630cc6c12fc97bdd47ae8bbccd10e8ace968954b020b SHA512 (tpm2-tools-3.1.1.tar.gz) = e0f1fa0c1b5e6bcd75d9e284fcbe2bc30a9a507f3015d1a9aa3880541ac9661b072044ffa138d6d8bcdfbe360d2ca1b900a16b61ca7abfc6b4788d499d288250

View File

@ -1,5 +1,5 @@
Name: tpm2-tools Name: tpm2-tools
Version: 3.1.0 Version: 3.1.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: A TPM2.0 testing tool build upon TPM2.0-TSS Summary: A TPM2.0 testing tool build upon TPM2.0-TSS
@ -9,7 +9,6 @@ Source0: https://github.com/tpm2-software/tpm2-tools/releases/download/%{version
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pandoc
BuildRequires: autoconf-archive BuildRequires: autoconf-archive
BuildRequires: pkgconfig(cmocka) BuildRequires: pkgconfig(cmocka)
BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libcurl)
@ -45,6 +44,9 @@ tpm2-tools is a batch of testing tools for tpm2.0. It is based on tpm2-tss.
%{_mandir}/man1/tpm2_*.1.gz %{_mandir}/man1/tpm2_*.1.gz
%changelog %changelog
* Thu Jul 12 2018 Yunying Sun <yunying.sun@intel.com> - 3.1.1-1
- Update to 3.1.1 release
* Thu Jul 5 2018 Yunying Sun <yunying.sun@intel.com> - 3.1.0-1 * Thu Jul 5 2018 Yunying Sun <yunying.sun@intel.com> - 3.1.0-1
- Update Requires version of tpm2-tss to 2.0.0 - Update Requires version of tpm2-tss to 2.0.0
- Remove BuildRequires for tcti-abrmd since it is optional - Remove BuildRequires for tcti-abrmd since it is optional