diff --git a/python-cryptography.spec b/python-cryptography.spec index 0605d9a9ec7c8e6593870e96a5e66c55a6e4750d..7df5dd1e852b71028af33b6b530d6f555cd65d52 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,7 +1,7 @@ %global pypi_name cryptography Name: python-%{pypi_name} Version: 45.0.5 -Release: 2 +Release: 3 Summary: PyCA's cryptography library License: (Apache-2.0 OR BSD-3-Clause) AND PSF-2.0 URL: https://cryptography.io/en/latest/ @@ -17,7 +17,7 @@ Patch9000: disable-RSA-PKCS-1v1.5-padding-to-fix-CVE-2023-50782.patch BuildRequires: openssl-devel cargo BuildRequires: gcc -BuildRequires: rust-packaging rust +BuildRequires: cargo-rpm-macros rust BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-pytest >= 3.2.1 @@ -94,6 +94,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest --ignore vendo %doc README.rst docs %changelog +* Sat Oct 11 2025 liweigang - 45.0.5-3 +- modify BR rust-packaging -> cargo-rpm-macros + * Thu Jul 24 2025 shixuantong - 45.0.5-2 - disable RSA PKCS#1v1.5 padding to fix CVE-2023-50782