URL: https://github.com/freeipa/freeipa/pull/775 Author: MartinBasti Title: #775: [4.4 backport] Added plugins directory to ipaclient subpackages Action: synchronized
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/775/head:pr775 git checkout pr775
From be6818287204b62ee9df973b60983611100f8270 Mon Sep 17 00:00:00 2001 From: Oliver Gutierrez <ogutier...@redhat.com> Date: Fri, 28 Apr 2017 15:21:49 +0100 Subject: [PATCH] Added plugins directory to ipaclient subpackages https://pagure.io/freeipa/issue/6927 --- freeipa.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/freeipa.spec.in b/freeipa.spec.in index 21f2416..021db96 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -1308,6 +1308,7 @@ fi %doc README Contributors.txt %license COPYING %dir %{python_sitelib}/ipaclient +%dir %{python_sitelib}/ipaclient/plugins %{python_sitelib}/ipaclient/*.py* %{python_sitelib}/ipaclient/plugins/*.py* %{python_sitelib}/ipaclient/remote_plugins/*.py* @@ -1322,6 +1323,7 @@ fi %doc README Contributors.txt %license COPYING %dir %{python3_sitelib}/ipaclient +%dir %{python3_sitelib}/ipaclient/plugins %{python3_sitelib}/ipaclient/*.py %{python3_sitelib}/ipaclient/__pycache__/*.py* %{python3_sitelib}/ipaclient/plugins/*.py
-- 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