mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update minimum required version of python-netaddr.
ticket 1288
This commit is contained in:
parent
d43ba5316a
commit
95901bbdb5
@ -50,7 +50,11 @@ BuildRequires: python-ldap
|
|||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: python-krbV
|
BuildRequires: python-krbV
|
||||||
BuildRequires: python-nss
|
BuildRequires: python-nss
|
||||||
|
%if 0%{?fedora} >= 15
|
||||||
|
BuildRequires: python-netaddr >= 0.7.5-3
|
||||||
|
%else
|
||||||
BuildRequires: python-netaddr
|
BuildRequires: python-netaddr
|
||||||
|
%endif
|
||||||
BuildRequires: python-kerberos
|
BuildRequires: python-kerberos
|
||||||
BuildRequires: python-rhsm
|
BuildRequires: python-rhsm
|
||||||
BuildRequires: pyOpenSSL
|
BuildRequires: pyOpenSSL
|
||||||
@ -192,7 +196,11 @@ Requires: iproute
|
|||||||
Requires: pyOpenSSL
|
Requires: pyOpenSSL
|
||||||
Requires: python-nss >= 0.11
|
Requires: python-nss >= 0.11
|
||||||
Requires: python-lxml
|
Requires: python-lxml
|
||||||
|
%if 0%{?fedora} >= 15
|
||||||
|
Requires: python-netaddr >= 0.7.5-3
|
||||||
|
%else
|
||||||
Requires: python-netaddr
|
Requires: python-netaddr
|
||||||
|
%endif
|
||||||
|
|
||||||
Obsoletes: ipa-python >= 1.0
|
Obsoletes: ipa-python >= 1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user