From 67f18db69b6b2d5676b3f4b60cac000eaf60cbee Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 16 Jun 2021 03:40:00 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- swtpm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/swtpm.spec b/swtpm.spec index c2bf00c..d8f7189 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -12,7 +12,7 @@ Summary: TPM Emulator Name: swtpm Version: 0.5.2 -Release: 5.%{gitdate}git%{gitshortcommit}%{?dist} +Release: 6.%{gitdate}git%{gitshortcommit}%{?dist} License: BSD Url: http://github.com/stefanberger/swtpm Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz @@ -186,6 +186,10 @@ fi %{_datadir}/swtpm/swtpm-create-tpmca %changelog +* Wed Jun 16 2021 Mohan Boddu - 0.5.2-6.20201226gite59c0c1 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Tue May 18 2021 Marc-André Lureau - 0.5.2-5.20201226gite59c0c1 - Add -Wno-error=deprecated-declarations to fix build with OpenSSL 3.0. - Fixes: rhbz#1958033