diff options
| author | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-18 09:01:17 -0400 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-31 15:46:27 -0400 |
| commit | 1467daed400d6c186bd0c99c057c42e764309ff3 (patch) | |
| tree | 2e10d43032f193c51eacd3c7844ef773dd6fd758 /contrib | |
| parent | 0d492cf0d3bf44cac68e8606ac977da21f0628f6 (diff) | |
| download | sssd-1467daed400d6c186bd0c99c057c42e764309ff3.tar.gz sssd-1467daed400d6c186bd0c99c057c42e764309ff3.tar.xz sssd-1467daed400d6c186bd0c99c057c42e764309ff3.zip | |
SSSDConfig: Make SSSDConfig a package
We were polluting the primary Python space with several
dependencies. We will now install them their own directory/module.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/sssd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 9972ebbd7..8d7a8d5a8 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -359,7 +359,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/sss_ssh_knownhostsproxy.1* %endif %{python_sitearch}/pysss.so -%{python_sitelib}/*.py* +%{python_sitelib}/SSSDConfig/*.py* %files client %defattr(-,root,root,-) |
