On 04/25/2016 09:36 AM, Martin Babinsky wrote:
On 04/23/2016 12:13 AM, Milan Kubík wrote:
https://fedorahosted.org/freeipa/ticket/5843
Applies to ipa-4-3, master
--
Milan Kubik
Hi Milan,
the dependency on python-sssdconfig was introduced by my fix to
https://fedorahosted.org/freeipa/ticket/5625 (I know, shame) which
also landed in ipa-4-2, so you'll need to send a patch also for this
branch (the current one obviously does not apply).
Also in ipa-4-3 and master patch you should require python3-sssdconfig
for python3-ipatests.
Good catch, thanks.
Fixed in new patches.
--
Milan Kubik
From a93217ae0b4db941622ac28875b10d7a37cfc520 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Milan=20Kub=C3=ADk?= <[email protected]>
Date: Fri, 22 Apr 2016 23:43:47 +0200
Subject: [PATCH] spec: Add python-sssdconfig dependency for python-ipatests
package
https://fedorahosted.org/freeipa/ticket/5843
---
freeipa.spec.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/freeipa.spec.in b/freeipa.spec.in
index aaa40cc9a2246ed1d244e160edf935da216c75c5..03ebe29b56dff2f874a33f190cce5598a3b2b430 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -603,6 +603,7 @@ Requires: python2-polib
Requires: python-pytest-multihost >= 0.5
Requires: python-pytest-sourceorder
Requires: ldns-utils
+Requires: python-sssdconfig
Provides: %{alt_name}-tests = %{version}
Conflicts: %{alt_name}-tests
@@ -634,6 +635,7 @@ Requires: python3-polib
Requires: python3-pytest-multihost >= 0.5
Requires: python3-pytest-sourceorder
Requires: ldns-utils
+Requires: python3-sssdconfig
%description -n python3-ipatests
IPA is an integrated solution to provide centrally managed Identity (users,
--
2.8.0
From 3d34ca333ec17967b2ccc70726767400beb613bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Milan=20Kub=C3=ADk?= <[email protected]>
Date: Mon, 25 Apr 2016 09:52:00 +0200
Subject: [PATCH] spec: Add python-sssdconfig dependency for freeipa-tests
package
https://fedorahosted.org/freeipa/ticket/5843
---
freeipa.spec.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 78eedb86d21fb86c0d63381f89c6f694c40da7b6..52c127ed030d3b902aea2a52f699d41a9b9bafdc 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -351,6 +351,7 @@ Requires: python-coverage
Requires: python-polib
Requires: python-pytest-multihost >= 0.5
Requires: python-pytest-sourceorder
+Requires: python-sssdconfig
Conflicts: %{alt_name}-tests
Obsoletes: %{alt_name}-tests < %{version}
--
2.8.0
--
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