Update to 1.4.0 release
This is a minor release that contains some fixes and adds the Attached Components commands from the last public review spec. resolves: rhgz#1508870 Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
075fc2f0d3
commit
acc3bc1b6f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/tpm2-tss-1.3.0.tar.gz
|
||||
/tpm2-tss-1.4.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tpm2-tss-1.3.0.tar.gz) = 0bfe18dd5eb261a368268957f2dbe4a4937908a8b0b6c4963778296d9856cdb312dfbe8fc241104155d6be8095c54bd5feb315b30243b084de8a309da904340a
|
||||
SHA512 (tpm2-tss-1.4.0.tar.gz) = 6d9984f6bf295a29ba027be5e6ce54e2dae7673c52bd609999178455fb0522403120e5f35a786b5096e85f3d285e862e97e38f10a4eac4f10fa94bef8bffabbd
|
||||
|
@ -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 <javierm@redhat.com> - 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 <javierm@redhat.com> - 1.3.0-4
|
||||
- Install udev rule for TPM character devices
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user