summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-03-08 12:37:40 +0100
committerJan Cholasta <jcholast@redhat.com>2016-06-03 09:00:34 +0200
commitf1ad3e67ae765ed6bf72fc861ffb47f1d6637c47 (patch)
tree13b70950f22ce01222eca9887d2b7eb9e3fc93d0 /freeipa.spec.in
parent9b0df69f75e70bcba60b0732dfca4b3dbc7eace4 (diff)
downloadfreeipa-f1ad3e67ae765ed6bf72fc861ffb47f1d6637c47.tar.gz
freeipa-f1ad3e67ae765ed6bf72fc861ffb47f1d6637c47.tar.xz
freeipa-f1ad3e67ae765ed6bf72fc861ffb47f1d6637c47.zip
ipaclient: introduce ipaclient.plugins
Load plugins from ipaclient.plugins in client API instances. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index c6499a5c6..752b58656 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -1303,6 +1303,7 @@ fi
%license COPYING
%dir %{python_sitelib}/ipaclient
%{python_sitelib}/ipaclient/*.py*
+%{python_sitelib}/ipaclient/plugins/*.py*
%{python_sitelib}/ipaclient-*.egg-info
@@ -1315,6 +1316,8 @@ fi
%dir %{python3_sitelib}/ipaclient
%{python3_sitelib}/ipaclient/*.py
%{python3_sitelib}/ipaclient/__pycache__/*.py*
+%{python3_sitelib}/ipaclient/plugins/*.py
+%{python3_sitelib}/ipaclient/plugins/__pycache__/*.py*
%{python3_sitelib}/ipaclient-*.egg-info
%endif # with_python3