From a1f260d021bf5d018e634438fde6b7c81ebbbcef Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 22 Nov 2016 17:55:10 +0100 Subject: ipapython: move dnssec, p11helper and secrets to ipaserver The dnssec and secrets subpackages and the p11helper module depend on ipaplatform. Move them to ipaserver as they are used only on the server. https://fedorahosted.org/freeipa/ticket/6474 Reviewed-By: Stanislav Laznicka --- freeipa.spec.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index 3865ed8c7..d76c1a314 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -1065,12 +1065,14 @@ fi %license COPYING %{python_sitelib}/ipaserver-*.egg-info %dir %{python_sitelib}/ipaserver +%dir %{python_sitelib}/ipaserver/dnssec %dir %{python_sitelib}/ipaserver/install %dir %{python_sitelib}/ipaserver/install/plugins %dir %{python_sitelib}/ipaserver/install/server %dir %{python_sitelib}/ipaserver/advise %dir %{python_sitelib}/ipaserver/advise/plugins %dir %{python_sitelib}/ipaserver/plugins +%dir %{python_sitelib}/ipaserver/secrets %files server-common @@ -1285,12 +1287,8 @@ fi %license COPYING %dir %{python_sitelib}/ipapython %{python_sitelib}/ipapython/*.py* -%dir %{python_sitelib}/ipapython/dnssec -%{python_sitelib}/ipapython/dnssec/*.py* %dir %{python_sitelib}/ipapython/install %{python_sitelib}/ipapython/install/*.py* -%dir %{python_sitelib}/ipapython/secrets -%{python_sitelib}/ipapython/secrets/*.py* %dir %{python_sitelib}/ipalib %{python_sitelib}/ipalib/*.py* %dir %{python_sitelib}/ipalib/install -- cgit