From 9927fe3909ffc93b8fe71b412bdd97c159f6c061 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Thu, 1 Aug 2019 08:28:45 -0400 Subject: [PATCH] follow stable-0.2.0 branch with some bug fixes --- .gitignore | 1 + sources | 4 ++-- swtpm.spec | 9 ++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6bed914..007dd6e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /swtpm-ca85606.tar.gz /swtpm-374b669.tar.gz /swtpm-f0b4137.tar.gz +/swtpm-13536aa.tar.gz diff --git a/sources b/sources index d1e26aa..8bcce44 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (swtpm.spec) = 96bcf1e1cf9cfda6622b924ba2abe338e6c2622075223bc77420fedec5eb1ba51101789e9d080bbfeca0658852f4fb39067a61dec6400ddaf0fcbcee80c5237e -SHA512 (swtpm-f0b4137.tar.gz) = 2978a7bc674be6ada64a7eacbaacccf42e1304fd7856603e4017e456cf5385e83c86e3098bfc6befb80dc519354ebb61eb5f5ae6cb573c35bf01c60c081ba2b2 +SHA512 (swtpm.spec) = 893322eda4ab47be4a21682941a552c5361e732ee499c4e94c1a54d8602d3d35e91ab56d71a7ef3c24f2f5f1c31aeff36d662a03c0ddde8cec8f81f2ff8d23b6 +SHA512 (swtpm-13536aa.tar.gz) = aad9746266a8a38d415431045aaf6b1d8b0d4e1890efa048d6cbaba095bba807cb55ea2b705904058ab2fb9b89fd2d168c042f976abe6b11e8e9e18c91981a58 diff --git a/swtpm.spec b/swtpm.spec index 1ef75ae..61c5038 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -1,7 +1,7 @@ %bcond_without gnutls -%global gitdate 20190723 -%global gitcommit f0b41378bb94b077ea94562acee6c4325d26e4ac +%global gitdate 20190801 +%global gitcommit 13536aa01cb0d8b00b0f22e9274e7b494f10ff85 %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: 2.%{gitdate}git%{gitshortcommit}%{?dist} +Release: 3.%{gitdate}git%{gitshortcommit}%{?dist} License: BSD Url: http://github.com/stefanberger/swtpm Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz @@ -164,6 +164,9 @@ fi %attr( 755, tss, tss) %{_localstatedir}/lib/swtpm-localca %changelog +* Fri Aug 01 2019 Stefan Berger - 0.2.0-3.20190801git13536aa +- follow stable-0.2.0 branch with some bug fixes + * Sat Jul 27 2019 Fedora Release Engineering - 0.2.0-2.20190723gitf0b4137 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild