From d2e8791857b862e7791f682ff2a654459cdfafe0 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Thu, 10 Nov 2022 13:29:50 -0500 Subject: [PATCH] Update to v0.8.0 release --- .gitignore | 1 + sources | 2 +- swtpm.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 62561ec..83441b3 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /swtpm-92a7035.tar.gz /swtpm-21c90c1.tar.gz /swtpm-f2268ee.tar.gz +/swtpm-2ae7b01.tar.gz diff --git a/sources b/sources index 59ab2a2..21724dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (swtpm-f2268ee.tar.gz) = 7d5c494b23f18085075d0282812c277cdb57c35017399867a90cfd789bf5d5aa61e1eab706077b21ff0b7f746d07c0fb77826a2ea7097d853f503bf3739ba146 +SHA512 (swtpm-2ae7b01.tar.gz) = 3ca7e8af0b100ef66b416d34f5209cb7ac7f27c4805d24ada15aef2aa895bc7240323252e693b4bbcb47fcd19ce6f6b962b762685b49c7bfd8c1afcabe64b639 diff --git a/swtpm.spec b/swtpm.spec index a15b4ae..d0b204a 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -1,7 +1,7 @@ %bcond_without gnutls -%global gitdate 20220427 -%global gitcommit f2268eebb0d1adf89bad83fa4cf91e37b4e3fa53 +%global gitdate 20221110 +%global gitcommit 2ae7b019370760e17f4f2675195a91ca53950eda %global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) # Macros needed by SELinux @@ -11,8 +11,8 @@ Summary: TPM Emulator Name: swtpm -Version: 0.7.3 -Release: 2.%{gitdate}git%{gitshortcommit}%{?dist} +Version: 0.8.0 +Release: 1%{?dist} License: BSD Url: http://github.com/stefanberger/swtpm Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz @@ -181,6 +181,9 @@ fi %{_datadir}/swtpm/swtpm-create-tpmca %changelog +* Thu Nov 10 2022 Stefan Berger - 0.8.0-1 +- Update to v0.8.0 release + * Sat Jul 23 2022 Fedora Release Engineering - 0.7.3-2.20220427gitf2268ee - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild