diff options
author | Jan Cholasta <jcholast@redhat.com> | 2012-02-13 11:48:31 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-14 11:56:25 -0500 |
commit | 8606d37a3e3066f4ad74b5ead92185ed5db51ced (patch) | |
tree | bca432c7690e2ba372b9f15edb28297ceaf7b388 /contrib/sssd.spec.in | |
parent | 29b412285db72b0c735e8ad6cb933c029d2a27d9 (diff) | |
download | sssd-8606d37a3e3066f4ad74b5ead92185ed5db51ced.tar.gz sssd-8606d37a3e3066f4ad74b5ead92185ed5db51ced.tar.xz sssd-8606d37a3e3066f4ad74b5ead92185ed5db51ced.zip |
SSH: Build man pages conditionally
https://fedorahosted.org/sssd/ticket/1175
Diffstat (limited to 'contrib/sssd.spec.in')
-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 0fd8a203a..7e95e43d6 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -317,9 +317,9 @@ rm -rf $RPM_BUILD_ROOT %if (0%{?enable_experimental} == 1) %{_bindir}/sss_ssh_authorizedkeys %{_bindir}/sss_ssh_knownhostsproxy -%endif %{_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* |