From be9299b3a8c31d7719a1c1fc1a0e9fd418bf0dd1 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Dec 12 2017 13:18:51 +0000 Subject: 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 --- diff --git a/.gitignore b/.gitignore index 21f2455..337858b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/tpm2-tools-3.0.tar.gz +/tpm2-tools-3.0.1.tar.gz diff --git a/sources b/sources index dfa8a7c..8bf993a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tpm2-tools-3.0.tar.gz) = 9a8c908db297352cb1142f4cd04b5403bfd3150ea862539eee50c202dfba199a3fe9ddd17d345f7d49d4cba8b46d88edc5cf7d362470436dff0f7dd4a792179a +SHA512 (tpm2-tools-3.0.1.tar.gz) = 2be41289ee1cb37368218da5a55d0d2b507bdc2c95eb2da3286e2d4776285e5c8e15d22b528d3b084fcd90ba60bb1defa3624939ec58c8f36d3bcb8937e2c078 diff --git a/tpm2-tools.spec b/tpm2-tools.spec index 48f4d0d..71e724d 100644 --- a/tpm2-tools.spec +++ b/tpm2-tools.spec @@ -1,11 +1,11 @@ Name: tpm2-tools -Version: 3.0 +Version: 3.0.1 Release: 1%{?dist} Summary: A TPM2.0 testing tool build upon TPM2.0-TSS License: BSD 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: libtool @@ -35,7 +35,6 @@ tpm2-tools is a batch of testing tools for tpm2.0. It is based on tpm2-tss. %prep %autosetup -p1 -n %{name}-%{version} -./bootstrap %build %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 %changelog +* Tue Dec 12 2017 Javier Martinez Canillas - 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 - 3.0-1 - Update to 3.0 release