diff --git a/python-cryptography.spec b/python-cryptography.spec index 0f1daa8..3c873d0 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 3.4.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: PyCA's cryptography library License: ASL 2.0 or BSD @@ -122,6 +122,10 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Tue Aug 10 2021 Mohan Boddu - 3.4.7-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Sun Aug 08 2021 Christian Heimes - 3.4.7-4 - Remove bindings to ERR_GET_FUNC, which has been removed in 3.0.0-beta2 - Resolves: rhbz#1953446