mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -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-krbV
|
||||
BuildRequires: python-nss
|
||||
%if 0%{?fedora} >= 15
|
||||
BuildRequires: python-netaddr >= 0.7.5-3
|
||||
%else
|
||||
BuildRequires: python-netaddr
|
||||
%endif
|
||||
BuildRequires: python-kerberos
|
||||
BuildRequires: python-rhsm
|
||||
BuildRequires: pyOpenSSL
|
||||
@ -192,7 +196,11 @@ Requires: iproute
|
||||
Requires: pyOpenSSL
|
||||
Requires: python-nss >= 0.11
|
||||
Requires: python-lxml
|
||||
%if 0%{?fedora} >= 15
|
||||
Requires: python-netaddr >= 0.7.5-3
|
||||
%else
|
||||
Requires: python-netaddr
|
||||
%endif
|
||||
|
||||
Obsoletes: ipa-python >= 1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user