diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-15 14:48:10 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-15 15:02:46 -0500 |
commit | 6fc8ed945ec08690dbe8845aeb31d5dbf2359587 (patch) | |
tree | 070928137044fb2a7a5c63a7f4a68c86ca043fe7 /contrib | |
parent | 968e2bc3bb28458b25c3b19868ea50f0325d8b0a (diff) | |
download | sssd-6fc8ed945ec08690dbe8845aeb31d5dbf2359587.tar.gz sssd-6fc8ed945ec08690dbe8845aeb31d5dbf2359587.tar.xz sssd-6fc8ed945ec08690dbe8845aeb31d5dbf2359587.zip |
Move sss_ssh_* binaries to the main 'sssd' package
The sssd-client subpackage is multilib, so it cannot contain
conflicting /usr/bin executables.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 7e95e43d6..27ebe49af 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -286,6 +286,9 @@ rm -rf $RPM_BUILD_ROOT %{_libexecdir}/%{servicename}/ %{_libdir}/%{name}/ %{ldb_modulesdir}/memberof.so +%if (0%{?enable_experimental} == 1) +%{_bindir}/sss_ssh_authorizedkeys +%{_bindir}/sss_ssh_knownhostsproxy %dir %{sssdstatedir} %dir %{_localstatedir}/cache/krb5rcache %attr(700,root,root) %dir %{dbpath} @@ -305,6 +308,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/sssd-ldap.5* %{_mandir}/man5/sssd-simple.5* %{_mandir}/man8/sssd.8* +%if (0%{?enable_experimental} == 1) +%{_mandir}/man1/sss_ssh_authorizedkeys.1* +%{_mandir}/man1/sss_ssh_knownhostsproxy.1* +%endif %{python_sitearch}/pysss.so %{python_sitelib}/*.py* @@ -314,12 +321,6 @@ rm -rf $RPM_BUILD_ROOT /%{_lib}/libnss_sss.so.2 /%{_lib}/security/pam_sss.so %{_libdir}/krb5/plugins/libkrb5/sssd_krb5_locator_plugin.so -%if (0%{?enable_experimental} == 1) -%{_bindir}/sss_ssh_authorizedkeys -%{_bindir}/sss_ssh_knownhostsproxy -%{_mandir}/man1/sss_ssh_authorizedkeys.1* -%{_mandir}/man1/sss_ssh_knownhostsproxy.1* -%endif %{_mandir}/man8/pam_sss.8* %{_mandir}/man8/sssd_krb5_locator_plugin.8* |