From c98c628a92ac845628778ba76e3f8a14569bf33b Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Tue, 21 Sep 2021 11:23:42 -0400 Subject: [PATCH] Update to v0.6.1 release --- .gitignore | 1 + sources | 2 +- swtpm.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a59072d..a629126 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /swtpm-e59c0c1.tar.gz /swtpm-ea627b3.tar.gz /swtpm-a0ca7c3.tar.gz +/swtpm-98187d2.tar.gz diff --git a/sources b/sources index 97df2c3..cf4a31e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (swtpm-a0ca7c3.tar.gz) = 0510ae230665514a366653d877a06f1f929229b0488c6492092cdf9b966db97e6a35b906fef506d0daddc0362d76ddd91e65a0a5d185e23553afea1e91d1a4fd +SHA512 (swtpm-98187d2.tar.gz) = 5a917ea487efbaeb27e6579ffe6dc6ddedba351ec51c3b3c73015991e82266cf80a69e76319754f5491ef7c8b33a2148fdd24952a1e682302fbe15ef0c44c6d0 diff --git a/swtpm.spec b/swtpm.spec index fde79c3..8349a04 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -1,7 +1,7 @@ %bcond_without gnutls -%global gitdate 20210916 -%global gitcommit a0ca7c328f1c3c6a417973d194b41d06ab7b0802 +%global gitdate 20210921 +%global gitcommit 98187d24fe14851653a7c46eb16e9c5f0b9beaa1 %global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) # Macros needed by SELinux @@ -12,7 +12,7 @@ Summary: TPM Emulator Name: swtpm Version: 0.6.1 -Release: 0.%{gitdate}git%{gitshortcommit}%{?dist} +Release: 1.%{gitdate}git%{gitshortcommit}%{?dist} License: BSD Url: http://github.com/stefanberger/swtpm Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz @@ -178,6 +178,9 @@ fi %{_datadir}/swtpm/swtpm-create-tpmca %changelog +* Tue Sep 21 2021 Stefan Berger - 0.6.1-1.20210921git98187d2 +- Update to v0.6.1 release + * Thu Sep 16 2021 Stefan Berger - 0.6.1-0.20210916gita0ca7c3 - Build upcoming v0.6.1 that has patch to build with OpenSSL 3.0.0