mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Bump required python-cryptography version
Since we started using 'Certificate.serial_number' instead of '.serial' from python-cryptography, bump the required version to the one where the above mentioned transition happened. https://fedorahosted.org/freeipa/ticket/6631 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
parent
6cb7bca684
commit
5b56952a54
@ -121,8 +121,8 @@ BuildRequires: python-cffi
|
||||
%if 0%{?with_lint}
|
||||
BuildRequires: samba-python
|
||||
BuildRequires: python-setuptools
|
||||
# 1.3: oldest PyPI version that still compiles with recent OpenSSL
|
||||
BuildRequires: python-cryptography >= 1.3.1
|
||||
# 1.4: the version where Certificate.serial changed to .serial_number
|
||||
BuildRequires: python-cryptography >= 1.4
|
||||
BuildRequires: python-gssapi >= 1.2.0
|
||||
BuildRequires: pylint >= 1.0
|
||||
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1096506
|
||||
@ -158,8 +158,8 @@ BuildRequires: python2-jinja2
|
||||
# FIXME: this depedency is missing - server will not work
|
||||
#BuildRequires: python3-samba
|
||||
BuildRequires: python3-setuptools
|
||||
# 0.6: serialization.load_pem_private_key, load_pem_public_key
|
||||
BuildRequires: python3-cryptography >= 1.3.1
|
||||
# 1.4: the version where Certificate.serial changed to .serial_number
|
||||
BuildRequires: python3-cryptography >= 1.4
|
||||
BuildRequires: python3-gssapi >= 1.2.0
|
||||
BuildRequires: python3-pylint >= 1.0
|
||||
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1096506
|
||||
@ -584,7 +584,7 @@ Requires: gnupg
|
||||
Requires: keyutils
|
||||
Requires: pyOpenSSL
|
||||
Requires: python-nss >= 0.16
|
||||
Requires: python-cryptography >= 1.3.1
|
||||
Requires: python-cryptography >= 1.4
|
||||
Requires: python-netaddr
|
||||
Requires: python-libipa_hbac
|
||||
Requires: python-qrcode-core >= 5.0.0
|
||||
@ -634,7 +634,7 @@ Requires: gnupg
|
||||
Requires: keyutils
|
||||
Requires: python3-pyOpenSSL
|
||||
Requires: python3-nss >= 0.16
|
||||
Requires: python3-cryptography >= 1.3.1
|
||||
Requires: python3-cryptography >= 1.4
|
||||
Requires: python3-netaddr
|
||||
Requires: python3-libipa_hbac
|
||||
Requires: python3-qrcode-core >= 5.0.0
|
||||
@ -709,7 +709,7 @@ Requires: python-pytest-multihost >= 0.5
|
||||
Requires: python-pytest-sourceorder
|
||||
Requires: ldns-utils
|
||||
Requires: python-sssdconfig
|
||||
Requires: python2-cryptography >= 1.3.1
|
||||
Requires: python2-cryptography >= 1.4
|
||||
|
||||
Provides: %{alt_name}-tests = %{version}
|
||||
Conflicts: %{alt_name}-tests
|
||||
@ -743,7 +743,7 @@ Requires: python3-pytest-multihost >= 0.5
|
||||
Requires: python3-pytest-sourceorder
|
||||
Requires: ldns-utils
|
||||
Requires: python3-sssdconfig
|
||||
Requires: python3-cryptography >= 1.3.1
|
||||
Requires: python3-cryptography >= 1.4
|
||||
|
||||
%description -n python3-ipatests
|
||||
IPA is an integrated solution to provide centrally managed Identity (users,
|
||||
|
Loading…
Reference in New Issue
Block a user