diff --git a/python-cryptography.spec b/python-cryptography.spec index fde0513..fb15f40 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 3.4.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PyCA's cryptography library License: ASL 2.0 or BSD @@ -120,6 +120,11 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Tue Jun 15 2021 Mohan Boddu - 3.4.7-3 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + +Related: rhbz#1971065 + * Mon Apr 26 2021 Christian Heimes - 3.4.7-2 - Add backports of OpenSSL 3.0.0 fixes (upstream PR #6000) - Resolves: rhbz#1953446