From 22dabffe5d9bd5f9ddc989a4f13535a8155f2c29 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Fri, 9 Aug 2024 16:42:30 -0300 Subject: [PATCH] Disable auto-generation of dependencies. Related: RHEL-34809 Signed-off-by: Rafael Guterres Jeffman --- python-jwcrypto.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index 19f90a4..f3a26bc 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -12,11 +12,14 @@ %bcond_without python2 %endif +# Disable auto-generation of python dependencies. +%{?python_disable_dependency_generator} + %global srcname jwcrypto Name: python-%{srcname} Version: 1.5.6 -Release: 1 +Release: 2%{?dist} Summary: Implements JWK, JWS, JWE specifications using python-cryptography License: LGPLv3+ @@ -58,7 +61,7 @@ Implements JWK, JWS, JWE specifications using python-cryptography %if 0%{?with_python3} %package -n python%{python3_pkgversion}-%{srcname} Summary: Implements JWK, JWS, JWE specifications using python-cryptography -Requires: python%{python3_pkgversion}-cryptography >= 1.5 +Requires: python%{python3_pkgversion}-cryptography >= 2.3 %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} %description -n python%{python3_pkgversion}-%{srcname} @@ -128,6 +131,10 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/tests{,-cookbook}.* %changelog +* Fri Aug 09 2024 Rafael Jeffman - 1.5.6-2 +- Disable auto-generation of dependencies + Related: RHEL-34809 + * Tue Jun 18 2024 Rafael Jeffman - 1.5.6-1 - Rebase to version 1.5.6 Resolve: RHEL-34809