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