From ae249a9546265b951cdd98bbdd0196bac8e4ea88 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Mon, 7 Jun 2021 07:32:25 -0400 Subject: [PATCH] Update to v0.6.0 release --- .gitignore | 1 + sources | 2 +- swtpm.spec | 24 +++++++++--------------- 3 files changed, 11 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 7735291..3486d68 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /swtpm-390f5bd.tar.gz /swtpm-96f5a04.tar.gz /swtpm-e59c0c1.tar.gz +/swtpm-ea627b3.tar.gz diff --git a/sources b/sources index 1bcd186..bfefe18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (swtpm-e59c0c1.tar.gz) = ba89301c266c6727ff3ca67c1761b67dce052f79d45d9120077812bef42147ad12ad6ac5632bc84404fc21bc53b26b295dd48ce81acaf075ac8a9a094a07483a +SHA512 (swtpm-ea627b3.tar.gz) = 7396eaa295c59cb05e8c0525b34ae2c39dfa49b9f1c1a8086c9d71a907892d9cc083dd5061635e33a56e9c6e3aa93a9c6378f91c788aec56d46e586ef67aaa4a diff --git a/swtpm.spec b/swtpm.spec index ef7f2a9..3abb87c 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -1,7 +1,7 @@ %bcond_without gnutls -%global gitdate 20201226 -%global gitcommit e59c0c1a7b4c8d652dbb280fd6126895a7057464 +%global gitdate 20210607 +%global gitcommit ea627b3b5e847f9141fcf25de0c03004d35fb375 %global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) # Macros needed by SELinux @@ -11,7 +11,7 @@ Summary: TPM Emulator Name: swtpm -Version: 0.5.2 +Version: 0.6.0 Release: 1.%{gitdate}git%{gitshortcommit}%{?dist} License: BSD Url: http://github.com/stefanberger/swtpm @@ -26,16 +26,11 @@ BuildRequires: expect BuildRequires: net-tools BuildRequires: openssl-devel BuildRequires: socat -BuildRequires: python3 -BuildRequires: python3-devel -BuildRequires: python3-cryptography -BuildRequires: python3-pip -BuildRequires: python3-setuptools -BuildRequires: python3-twisted BuildRequires: trousers >= 0.3.9 BuildRequires: softhsm +BuildRequires: json-glib-devel %if %{with gnutls} -BuildRequires: gnutls >= 3.1.0 +BuildRequires: gnutls >= 3.4.0 BuildRequires: gnutls-devel BuildRequires: gnutls-utils BuildRequires: libtasn1-devel @@ -71,7 +66,7 @@ Include files for the TPM emulator's CUSE interface. Summary: Tools for the TPM emulator License: BSD Requires: swtpm = %{version}-%{release} -Requires: trousers >= 0.3.9 bash gnutls-utils python3 python3-cryptography +Requires: trousers >= 0.3.9 bash gnutls-utils %description tools Tools for the TPM emulator from the swtpm package @@ -164,13 +159,12 @@ fi %dir %{_datadir}/swtpm %{_datadir}/swtpm/swtpm-localca %{_datadir}/swtpm/swtpm-create-user-config-files -%{python3_sitelib}/py_swtpm_setup/* -%{python3_sitelib}/swtpm_setup-*/* -%{python3_sitelib}/py_swtpm_localca/* -%{python3_sitelib}/swtpm_localca-*/* %attr( 750, tss, root) %{_localstatedir}/lib/swtpm-localca %changelog +* Mon Jun 07 2021 Stefan Berger - 0.6.0-1.20210706gitea627b +- Update to v0.6.0 release + * Sat Dec 26 2020 Stefan Berger - 0.5.2-1.20201226gite59c0c1a - Bugfixes for stable release