follow stable-0.2.0 branch swith swtpm_cert OID bugfix for TPM 2

This commit is contained in:
Stefan Berger 2019-10-18 08:04:26 -04:00
parent b9e86d5928
commit 34165a00ff
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/swtpm-374b669.tar.gz
/swtpm-f0b4137.tar.gz
/swtpm-13536aa.tar.gz
/swtpm-9227cf4.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (swtpm.spec) = 7ad9037adb0f88eb196bb17633c9c29672fba13fe507176467b71d961a8df419ec7c0d51a189c5a3151f78cd33a29ba1202a3407c18b01607886ad4be49d242e
SHA512 (swtpm-13536aa.tar.gz) = aad9746266a8a38d415431045aaf6b1d8b0d4e1890efa048d6cbaba095bba807cb55ea2b705904058ab2fb9b89fd2d168c042f976abe6b11e8e9e18c91981a58
SHA512 (swtpm.spec) = 2c7c9561dfa14b4549bc0baadb41983ba31faf6c96cff177102646429e4ba69e0842f36b41d7bb93245843ccf5d13972803df731a6360efb176dbc40525f3867
SHA512 (swtpm-9227cf4.tar.gz) = a015bfceef7ed1c5bd1949673f5f6d80d2b7a152680e8aa76eda87ead107f5593225f0f3416cc114c05ef642e6590f7ee4c8ceea7d39e854cf1cfce459f55a67

View File

@ -1,7 +1,7 @@
%bcond_without gnutls
%global gitdate 20190801
%global gitcommit 13536aa01cb0d8b00b0f22e9274e7b494f10ff85
%global gitdate 20191018
%global gitcommit 9227cf4bc615dbdb00115dd6913aaffce2ef1e71
%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,6 +165,9 @@ fi
%attr( 755, tss, tss) %{_localstatedir}/lib/swtpm-localca
%changelog
* Fri Oct 18 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.2.0-5.20191018git9227cf4
- follow stable-0.2.0 branch swith swtpm_cert OID bugfix for TPM 2
* Tue Aug 13 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.2.0-4.20190801git13536aa
- run 'restorecon' on swtpm in post to get SELinux label on first install