From 43af793cf3c00042d5c35f7919a4713dd7740d3f Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Mon, 13 Feb 2023 18:18:09 +0100 Subject: [PATCH] Add explicit dependency on python3.11-rpm-macros Resolves: rhbz#2157705 --- python3.11-cryptography.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python3.11-cryptography.spec b/python3.11-cryptography.spec index 531ecb4..c21ec1b 100644 --- a/python3.11-cryptography.spec +++ b/python3.11-cryptography.spec @@ -8,7 +8,7 @@ Name: python%{python3_pkgversion}-%{srcname} Version: 37.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PyCA's cryptography library # We bundle various crates with cryptography which is dual licensed @@ -76,6 +76,7 @@ BuildRequires: rust-toolset BuildRequires: python%{python3_pkgversion}-cffi >= 1.7 BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-rpm-macros BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-setuptools-rust >= 0.11.3 # Cargo.toml requires asn1 0.6, but package FTBFS with 0.6.1 @@ -204,6 +205,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Mon Feb 13 2023 Charalampos Stratakis - 37.0.2-2 +- Add explicit dependency on python3.11-rpm-macros + * Thu Dec 01 2022 Charalampos Stratakis - 37.0.2-1 - Initial package - Fedora contributions by: