Update to 3.0.1 release

The tpm2-tools 3.0.1 version was released, this is just a minor release
that fixes an issue that the LICENSE file and other docs were not added
to the generated tarball.

Update the package to this version and also use the generated tarball
instead of the source code tarball, now that includes a license file.

resolves: rhbz#1512743

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
Javier Martinez Canillas 2017-12-12 14:05:32 +01:00
parent d57864f54a
commit be9299b3a8
No known key found for this signature in database
GPG Key ID: C751E590D63F3D69
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/tpm2-tools-3.0.tar.gz /tpm2-tools-3.0.1.tar.gz

View File

@ -1 +1 @@
SHA512 (tpm2-tools-3.0.tar.gz) = 9a8c908db297352cb1142f4cd04b5403bfd3150ea862539eee50c202dfba199a3fe9ddd17d345f7d49d4cba8b46d88edc5cf7d362470436dff0f7dd4a792179a SHA512 (tpm2-tools-3.0.1.tar.gz) = 2be41289ee1cb37368218da5a55d0d2b507bdc2c95eb2da3286e2d4776285e5c8e15d22b528d3b084fcd90ba60bb1defa3624939ec58c8f36d3bcb8937e2c078

View File

@ -1,11 +1,11 @@
Name: tpm2-tools Name: tpm2-tools
Version: 3.0 Version: 3.0.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
License: BSD License: BSD
URL: https://github.com/intel/tpm2-tools URL: https://github.com/intel/tpm2-tools
Source0: https://github.com/intel/tpm2-tools/archive/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/intel/tpm2-tools/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libtool BuildRequires: libtool
@ -35,7 +35,6 @@ tpm2-tools is a batch of testing tools for tpm2.0. It is based on tpm2-tss.
%prep %prep
%autosetup -p1 -n %{name}-%{version} %autosetup -p1 -n %{name}-%{version}
./bootstrap
%build %build
%configure --prefix=/usr --disable-static --disable-silent-rules %configure --prefix=/usr --disable-static --disable-silent-rules
@ -51,6 +50,10 @@ 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
* Tue Dec 12 2017 Javier Martinez Canillas <javierm@redhat.com> - 3.0.1-1
- Update to 3.0.1 release (RHBZ#1512743)
- Download the generated tarball provided instead of the source code tarball
* Fri Dec 08 2017 Javier Martinez Canillas <javierm@redhat.com> - 3.0-1 * Fri Dec 08 2017 Javier Martinez Canillas <javierm@redhat.com> - 3.0-1
- Update to 3.0 release - Update to 3.0 release