Disable auto-generation of dependencies.
Related: RHEL-34809 Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
This commit is contained in:
parent
3acd5cf26e
commit
22dabffe5d
@ -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 <rjeffman@redhat.com> - 1.5.6-2
|
||||
- Disable auto-generation of dependencies
|
||||
Related: RHEL-34809
|
||||
|
||||
* Tue Jun 18 2024 Rafael Jeffman <rjeffman@redhat.com> - 1.5.6-1
|
||||
- Rebase to version 1.5.6
|
||||
Resolve: RHEL-34809
|
||||
|
Loading…
Reference in New Issue
Block a user