From bd99e5bb6a0d286b2e83115a85cdcc95a52b654d Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 24 Feb 2016 22:22:10 +0100 Subject: 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 --- specs/pki-core.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'specs') 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 -- cgit