From d8a7db76511f613d291c22b68b0df8595a1bd44c Mon Sep 17 00:00:00 2001 From: liweigang Date: Sat, 11 Oct 2025 14:40:14 +0800 Subject: [PATCH] Due to the upgrade of rust-packaging, the compilation dependency has been modified to cargo-rpm-macros --- python-cryptography.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 0605d9a..7df5dd1 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 -- Gitee