summaryrefslogtreecommitdiff
path: root/contrib/redhat
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/redhat')
-rw-r--r--contrib/redhat/openssh.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 17eaf79bd..3c605837f 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -139,6 +139,7 @@ GNOME GUI desktop environment.
139 139
140%configure \ 140%configure \
141 --libexecdir=%{_libexecdir}/openssh \ 141 --libexecdir=%{_libexecdir}/openssh \
142 --datadir=%{_datadir}/openssh \
142 --with-pam \ 143 --with-pam \
143 --with-tcp-wrappers \ 144 --with-tcp-wrappers \
144 --with-ipv4-default \ 145 --with-ipv4-default \
@@ -221,6 +222,8 @@ fi
221%attr(0755,root,root) %dir %{_sysconfdir} 222%attr(0755,root,root) %dir %{_sysconfdir}
222%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/moduli 223%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/moduli
223%attr(0755,root,root) %dir %{_libexecdir}/openssh 224%attr(0755,root,root) %dir %{_libexecdir}/openssh
225%attr(0755,root,root) %dir %{_datadir}/openssh
226%attr(0644,root,root) %{_datadir}/openssh/Ssh.bin
224 227
225%files clients 228%files clients
226%defattr(-,root,root) 229%defattr(-,root,root)