From ce57e47233f79f3d2cf76694996876ac765c5d96 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 16 Jun 2021 03:29:51 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- libtpms.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libtpms.spec b/libtpms.spec index 27a8e32..b7b055a 100644 --- a/libtpms.spec +++ b/libtpms.spec @@ -3,7 +3,7 @@ Name: libtpms Version: 0.8.2 -Release: 0.%{gitdate}git%{gitversion}%{?dist}.3 +Release: 0.%{gitdate}git%{gitversion}%{?dist}.4 Summary: Library providing Trusted Platform Module (TPM) functionality License: BSD @@ -56,6 +56,10 @@ find %{buildroot} -type f -name '*.la' | xargs rm -f -- || : %{_mandir}/man3/* %changelog +* Wed Jun 16 2021 Mohan Boddu - 0.8.2-0.20210301git729fc6a4ca.4 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Tue May 18 2021 Marc-André Lureau - 0.8.2-0.20210301git729fc6a4ca.3 - Add -Wno-error=deprecated-declarations, to ignore OpenSSL 3.0 deprecation warnings. Fixes: rhbz#1958054