Update to 3.0.3 release

The tpm2-tools 3.0.2 version is just a minor release that fixes undefined
references in libmarshal and makes tools that don't use the TPM device to
not attempt to create a connection.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
Javier Martinez Canillas 2018-01-16 11:03:23 +01:00
parent 7e8346207c
commit 31faa1c50f
No known key found for this signature in database
GPG Key ID: C751E590D63F3D69
3 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/tpm2-tools-3.0.2.tar.gz
/tpm2-tools-3.0.3.tar.gz

View File

@ -1 +1 @@
SHA512 (tpm2-tools-3.0.2.tar.gz) = 643667b47084b8229ee79790cdaae81922aed963d288c31481647f51329338da618b856ed69d2d5fb3e71b891add69b4688b9644d5e90d6257ba0a2e563cf487
SHA512 (tpm2-tools-3.0.3.tar.gz) = 236e89afb5818dee93d1b687322af8c3a20f9390fd95ef3271ab857c6bacb68a67062efdf6de5796fcbc79153323ef56447bb351177df0ec435c390c40fc7ce0

View File

@ -1,5 +1,5 @@
Name: tpm2-tools
Version: 3.0.2
Version: 3.0.3
Release: 1%{?dist}
Summary: A TPM2.0 testing tool build upon TPM2.0-TSS
@ -50,6 +50,9 @@ tpm2-tools is a batch of testing tools for tpm2.0. It is based on tpm2-tss.
%{_mandir}/man1/tpm2_*.1.gz
%changelog
* Tue Jan 16 2018 Javier Martinez Canillas <javierm@redhat.com> - 3.0.3-1
- Update to 3.0.3 release
* Mon Dec 18 2017 Javier Martinez Canillas <javierm@redhat.com> - 3.0.2-1
- Update to 3.0.2 release