diff --git a/.gitignore b/.gitignore index 1240ff2..4e16b07 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/tpm2-tss-1.3.0.tar.gz +/tpm2-tss-1.4.0.tar.gz diff --git a/sources b/sources index 1c5e4e0..6c4f684 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tpm2-tss-1.3.0.tar.gz) = 0bfe18dd5eb261a368268957f2dbe4a4937908a8b0b6c4963778296d9856cdb312dfbe8fc241104155d6be8095c54bd5feb315b30243b084de8a309da904340a +SHA512 (tpm2-tss-1.4.0.tar.gz) = 6d9984f6bf295a29ba027be5e6ce54e2dae7673c52bd609999178455fb0522403120e5f35a786b5096e85f3d285e862e97e38f10a4eac4f10fa94bef8bffabbd diff --git a/tpm2-tss.spec b/tpm2-tss.spec index 698540b..d643e49 100644 --- a/tpm2-tss.spec +++ b/tpm2-tss.spec @@ -1,13 +1,13 @@ Name: tpm2-tss -Version: 1.3.0 -Release: 4%{?dist} +Version: 1.4.0 +Release: 1%{?dist} Summary: TPM2.0 Software Stack # The entire source code is under BSD except implementation.h and tpmb.h which # is under TCGL(Trusted Computing Group License). License: BSD and TCGL -URL: https://github.com/intel/tpm2-tss -Source0: https://github.com/intel/tpm2-tss/releases/download/%{version}/%{name}-%{version}.tar.gz +URL: https://github.com/tpm2-software/tpm2-tss +Source0: https://github.com/tpm2-software/tpm2-tss/releases/download/%{version}/%{name}-%{version}.tar.gz Source1: 60-tpm-udev.rules @@ -37,6 +37,7 @@ find %{buildroot}%{_libdir} -type f -name \*.la -delete install -m 0644 -D -t %{buildroot}/%{_udevrulesdir}/ %{SOURCE1} %files +%doc README.md CHANGELOG.md %license LICENSE %{_libdir}/libsapi.so.* %{_libdir}/libtcti-device.so.* @@ -69,6 +70,11 @@ use tpm2-tss. %postun -p /sbin/ldconfig %changelog +* Sun Mar 04 2018 Javier Martinez Canillas - 1.4.0-1 +- Update URLs to point to the new project location +- Add README.md CHANGELOG.md to %%files directive +- Update to 1.4.0 release (RHBZ#1508870) + * Fri Feb 23 2018 Javier Martinez Canillas - 1.3.0-4 - Install udev rule for TPM character devices