URL: https://github.com/freeipa/freeipa/pull/277 Author: mbasti-rh Title: #277: DNS: URI records: bump python-dns requirements Action: synchronized
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/277/head:pr277 git checkout pr277
From 462bdca9aea5d6668a01bf420097df59d38eb4c5 Mon Sep 17 00:00:00 2001 From: Martin Basti <mba...@redhat.com> Date: Mon, 28 Nov 2016 14:52:21 +0100 Subject: [PATCH] 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 --- freeipa.spec.in | 10 +++++----- ipasetup.py.in | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index c683ad3..f336fae 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 fac4b25..1db4857 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@',
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code