diff --git a/SPECS/python-cryptography.spec b/SPECS/python-cryptography.spec index 0c19428..5eb9578 100644 --- a/SPECS/python-cryptography.spec +++ b/SPECS/python-cryptography.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 36.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PyCA's cryptography library License: ASL 2.0 or BSD @@ -125,6 +125,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Tue Apr 19 2022 Christian Heimes - 36.0.1-2 +- Rebuild for gating, related: rhbz#2060787 + * Fri Mar 04 2022 Christian Heimes - 36.0.1-6 - Rebase to 36.0.1, related: rhbz#2059630, rhbz#2060787 - OpenSSL 3.0 FIPS mode is now detected correctly, related: rhbz#2054785