summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-11-28 14:52:21 +0100
committerMartin Basti <mbasti@redhat.com>2016-11-29 14:28:42 +0100
commita291c6ded91611ea2bd1a1fdb96314721d73a75f (patch)
treea85a3bb5462ac4c54dfa6ee3a2af1604173ca62a
parent132b475c2586f3ced68724355e9c45722dccf604 (diff)
DNS: URI records: bump python-dns requirements
Support for DNS URI records has been added in python-dns 1.13 https://fedorahosted.org/freeipa/ticket/6344 Reviewed-By: Christian Heimes <cheimes@redhat.com>
-rw-r--r--freeipa.spec.in10
-rw-r--r--ipasetup.py.in2
2 files changed, 6 insertions, 6 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 2b7694d0e..3865ed8c7 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -124,8 +124,8 @@ BuildRequires: python-memcached
BuildRequires: python-lxml
# 5.0.0: QRCode.print_ascii
BuildRequires: python-qrcode-core >= 5.0.0
-# 1.11.0: resolver.YXDOMAIN, Resolver.set_flags
-BuildRequires: python-dns >= 1.11.0
+# 1.13: python-dns URI record support
+BuildRequires: python-dns >= 1.13
BuildRequires: jsl
BuildRequires: python-yubico
# pki Python package
@@ -254,7 +254,7 @@ Requires: python-gssapi >= 1.1.2
Requires: python-sssdconfig
Requires: python-pyasn1
Requires: dbus-python
-Requires: python-dns >= 1.11.1
+Requires: python-dns >= 1.13
Requires: python-kdcproxy >= 0.3
Requires: rpm-libs
@@ -411,7 +411,7 @@ BuildArch: noarch
Requires: %{name}-client-common = %{version}-%{release}
Requires: %{name}-common = %{version}-%{release}
Requires: python2-ipalib = %{version}-%{release}
-Requires: python-dns >= 1.11.1
+Requires: python-dns >= 1.13
%description -n python2-ipaclient
IPA is an integrated solution to provide centrally managed Identity (users,
@@ -526,7 +526,7 @@ Requires: python-cffi
Requires: python-ldap >= 2.4.15
Requires: python-requests
Requires: python-custodia
-Requires: python-dns >= 1.11.1
+Requires: python-dns >= 1.13
Requires: python-enum34
Requires: python-netifaces >= 0.10.4
Requires: pyusb
diff --git a/ipasetup.py.in b/ipasetup.py.in
index fac4b252e..1db485730 100644
--- a/ipasetup.py.in
+++ b/ipasetup.py.in
@@ -53,7 +53,7 @@ class build_py(setuptools_build_py):
PACKAGE_VERSION = {
'cryptography': 'cryptography >= 0.9',
- 'dnspython': 'dnspython >= 1.11.1',
+ 'dnspython': 'dnspython >= 1.13',
'gssapi': 'gssapi > 1.1.2',
'ipaclient': 'ipaclient == @VERSION@',
'ipalib': 'ipalib == @VERSION@',