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:28 -0500 |
commit | 2ebb3cf3d7062860343c3db1b53173c9c6547038 (patch) | |
tree | ded13ad44f5e0bb41606756d9724775c820cbcc0 /contrib/sssd.spec.in | |
parent | 3a0522759a7e71b40cc88dba0f5c545b049cf9bf (diff) | |
download | sssd-2ebb3cf3d7062860343c3db1b53173c9c6547038.tar.gz sssd-2ebb3cf3d7062860343c3db1b53173c9c6547038.tar.xz sssd-2ebb3cf3d7062860343c3db1b53173c9c6547038.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* |