URL: https://github.com/freeipa/freeipa/pull/749
Author: olivergs
 Title: #749: Added plugins directory to python2-ipaclient subpackage
Action: opened

PR body:
"""
Subpackage does not own that directory and could create conflicts if a plugin 
creates it on its onwn
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/749/head:pr749
git checkout pr749
From 90e8eba2f1f3f40f3ffc1a557f6278d2dfe0f4e7 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 python2-ipaclient
 subpackage\n\nSubpackage does not own that directory and could create
 conflicts if a plugin creates it on its onwn

---
 freeipa.spec.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index ee9a36b..ada60d4 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -1402,6 +1402,7 @@ fi
 %doc README.md Contributors.txt
 %license COPYING
 %dir %{python_sitelib}/ipaclient
+%dir %{python_sitelib}/ipaclient/plugins
 %{python_sitelib}/ipaclient/*.py*
 %{python_sitelib}/ipaclient/install/*.py*
 %{python_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

Reply via email to