diff --git a/.gitignore b/.gitignore index 320ad02..b97795e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /swtpm-f0b4137.tar.gz /swtpm-13536aa.tar.gz /swtpm-9227cf4.tar.gz +/swtpm-8dae4b3.tar.gz diff --git a/sources b/sources index 79ce887..a58fee2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (swtpm.spec) = 2c7c9561dfa14b4549bc0baadb41983ba31faf6c96cff177102646429e4ba69e0842f36b41d7bb93245843ccf5d13972803df731a6360efb176dbc40525f3867 -SHA512 (swtpm-9227cf4.tar.gz) = a015bfceef7ed1c5bd1949673f5f6d80d2b7a152680e8aa76eda87ead107f5593225f0f3416cc114c05ef642e6590f7ee4c8ceea7d39e854cf1cfce459f55a67 +SHA512 (swtpm.spec) = 7021f3417beda0f16f2c616f167a0d978822aa62f7a8c90f3a62b34aac1744942a3d22e585e51cdf5aaf2b88321c741a8be4d199f9d360c5340f883354e2ea65 +SHA512 (swtpm-8dae4b3.tar.gz) = 9e3679d453a0f66bee4daf06113ae0d798c1b8188a838149eb52cd3dbb0960467e285fce815f5c600cea99e5d60459aec283f657272ad3d36e486a4dc002efac diff --git a/swtpm.spec b/swtpm.spec index cd49d8b..537c50a 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -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: 5.%{gitdate}git%{gitshortcommit}%{?dist} +Release: 6.%{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 - 0.2.0-6.20191018git8dae4b3 +- follow stable-0.2.0 branch with fix of GnuTLS API call to get subject key ID + * Fri Oct 18 2019 Stefan Berger - 0.2.0-5.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 - 0.2.0-4.20190801git13536aa - run 'restorecon' on swtpm in post to get SELinux label on first install