follow stable-0.2.0 branch with fix of GnuTLS API call to get subject key ID

This commit is contained in:
Stefan Berger 2019-11-15 22:03:08 -05:00
parent 6f167f381d
commit 145ce07d18
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/swtpm-f0b4137.tar.gz
/swtpm-13536aa.tar.gz
/swtpm-9227cf4.tar.gz
/swtpm-8dae4b3.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (swtpm.spec) = 8ea7c550c676b9b84ea22276388a366341574045eabd1c5e966437be0543cc92104875720aa5a33bb959eeacadbde4aa226d463837a03bd26b3aa4f170c6ab30
SHA512 (swtpm-9227cf4.tar.gz) = a015bfceef7ed1c5bd1949673f5f6d80d2b7a152680e8aa76eda87ead107f5593225f0f3416cc114c05ef642e6590f7ee4c8ceea7d39e854cf1cfce459f55a67
SHA512 (swtpm.spec) = 2bc94795f2aa990b47175753f4ff8f6912401f22f464170aa106e2962c7209d8586a74e39dd3bcfabacfaf97e199328ee69d74304156166e45e905f41b4d9559
SHA512 (swtpm-8dae4b3.tar.gz) = 9e3679d453a0f66bee4daf06113ae0d798c1b8188a838149eb52cd3dbb0960467e285fce815f5c600cea99e5d60459aec283f657272ad3d36e486a4dc002efac

View File

@ -1,7 +1,7 @@
%bcond_without gnutls
%global gitdate 20191018
%global gitcommit 9227cf4bc615dbdb00115dd6913aaffce2ef1e71
%global gitdate 20191115
%global gitcommit 8dae4b3f9d4a71f67587d7900dae14c175a426d1
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
# Macros needed by SELinux
@ -12,7 +12,7 @@
Summary: TPM Emulator
Name: swtpm
Version: 0.2.0
Release: 4.%{gitdate}git%{gitshortcommit}%{?dist}
Release: 5.%{gitdate}git%{gitshortcommit}%{?dist}
License: BSD
Url: http://github.com/stefanberger/swtpm
Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz
@ -165,8 +165,11 @@ fi
%attr( 755, tss, tss) %{_localstatedir}/lib/swtpm-localca
%changelog
* Fri Nov 15 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.2.0-5.20191018git8dae4b3
- follow stable-0.2.0 branch with fix of GnuTLS API call to get subject key ID
* Fri Oct 18 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.2.0-4.20191018git9227cf4
- follow stable-0.2.0 branch swith swtpm_cert OID bugfix for TPM 2
- follow stable-0.2.0 branch with swtpm_cert OID bugfix for TPM 2
* Tue Aug 13 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.2.0-3.20190801git13536aa
- run 'restorecon' on swtpm in post to get SELinux label on first install