URL: https://github.com/freeipa/freeipa/pull/1014
Author: tomaskrizek
 Title: #1014: dnssec: keep dnssec daemons in Python2
Action: opened

PR body:
"""
Until DNSSEC is ready for Python3, we should run DNSSEC with Python 2.

Signed-off-by: Tomas Krizek <tkri...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1014/head:pr1014
git checkout pr1014
From d5e2969c0715f70413a630a00a87e745343583db Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tkri...@redhat.com>
Date: Tue, 29 Aug 2017 16:15:53 +0200
Subject: [PATCH] dnssec: keep dnssec daemons in Python2

Until DNSSEC is ready for Python3, we should run DNSSEC with Python 2.

Signed-off-by: Tomas Krizek <tkri...@redhat.com>
---
 freeipa.spec.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index ccc61784f3..056e93ce29 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -459,6 +459,8 @@ Requires: bind-utils >= 9.11.0-6.P2
 Requires: bind-pkcs11 >= 9.11.0-6.P2
 Requires: bind-pkcs11-utils >= 9.11.0-6.P2
 Requires: opendnssec >= 1.4.6-4
+# Keep python2 in requires until DNSSEC daemons are ported to Python 3
+Requires: python2
 
 Provides: %{alt_name}-server-dns = %{version}
 Conflicts: %{alt_name}-server-dns
@@ -884,9 +886,6 @@ PY3_SUBST_PATHS='
 client/ipa-certupdate
 client/ipa-client-automount
 client/ipa-client-install
-daemons/dnssec/ipa-dnskeysync-replica
-daemons/dnssec/ipa-dnskeysyncd
-daemons/dnssec/ipa-ods-exporter
 daemons/ipa-otpd/test.py
 install/certmonger/ipa-server-guard
 install/certmonger/dogtag-ipa-ca-renew-agent-submit
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to