From 34165a00ff88b04011c39b7c77d4cafbc7d09598 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Fri, 18 Oct 2019 08:04:26 -0400 Subject: [PATCH] follow stable-0.2.0 branch swith swtpm_cert OID bugfix for TPM 2 --- .gitignore | 1 + sources | 4 ++-- swtpm.spec | 9 ++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 007dd6e..320ad02 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /swtpm-374b669.tar.gz /swtpm-f0b4137.tar.gz /swtpm-13536aa.tar.gz +/swtpm-9227cf4.tar.gz diff --git a/sources b/sources index 80e3350..79ce887 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (swtpm.spec) = 7ad9037adb0f88eb196bb17633c9c29672fba13fe507176467b71d961a8df419ec7c0d51a189c5a3151f78cd33a29ba1202a3407c18b01607886ad4be49d242e -SHA512 (swtpm-13536aa.tar.gz) = aad9746266a8a38d415431045aaf6b1d8b0d4e1890efa048d6cbaba095bba807cb55ea2b705904058ab2fb9b89fd2d168c042f976abe6b11e8e9e18c91981a58 +SHA512 (swtpm.spec) = 2c7c9561dfa14b4549bc0baadb41983ba31faf6c96cff177102646429e4ba69e0842f36b41d7bb93245843ccf5d13972803df731a6360efb176dbc40525f3867 +SHA512 (swtpm-9227cf4.tar.gz) = a015bfceef7ed1c5bd1949673f5f6d80d2b7a152680e8aa76eda87ead107f5593225f0f3416cc114c05ef642e6590f7ee4c8ceea7d39e854cf1cfce459f55a67 diff --git a/swtpm.spec b/swtpm.spec index e115efd..cd49d8b 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -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 - 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 - 0.2.0-4.20190801git13536aa - run 'restorecon' on swtpm in post to get SELinux label on first install