summaryrefslogtreecommitdiffstats
path: root/specs
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-02-24 22:22:10 +0100
committerEndi S. Dewata <edewata@redhat.com>2016-04-02 06:51:18 +0200
commitbd99e5bb6a0d286b2e83115a85cdcc95a52b654d (patch)
treefa57071dc3867224e3c1f0142e75e9afdb686707 /specs
parent58406095925cd3d26ab8eab0c7c7e99cdddf21ea (diff)
downloadpki-bd99e5bb6a0d286b2e83115a85cdcc95a52b654d.tar.gz
pki-bd99e5bb6a0d286b2e83115a85cdcc95a52b654d.tar.xz
pki-bd99e5bb6a0d286b2e83115a85cdcc95a52b654d.zip
Added Python wrapper for pki pkcs12-import.
A Python wrapper module has been added for the pki pkcs12-import command to provide a mechanism to implement a workaround for JSS import limitation. Additional fixes by cheimes have been merged into this patch: setup.py: We must track all sub-packages manually. pylint-build-scan.py: pylint confuses the 'pki' package with the 'pki' command. The workaround symlinks the command and analysis the command under its alternative name. https://fedorahosted.org/pki/ticket/1742
Diffstat (limited to 'specs')
-rw-r--r--specs/pki-core.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/specs/pki-core.spec b/specs/pki-core.spec
index cf02f67e2..0fb8e8407 100644
--- a/specs/pki-core.spec
+++ b/specs/pki-core.spec
@@ -860,6 +860,10 @@ systemctl daemon-reload
%{python_sitelib}/pki/*.py
%{python_sitelib}/pki/*.pyc
%{python_sitelib}/pki/*.pyo
+%dir %{python_sitelib}/pki/cli
+%{python_sitelib}/pki/cli/*.py
+%{python_sitelib}/pki/cli/*.pyc
+%{python_sitelib}/pki/cli/*.pyo
%dir %{_localstatedir}/log/pki
%{_sbindir}/pki-upgrade
%{_mandir}/man8/pki-upgrade.8.gz