summaryrefslogtreecommitdiff
path: root/contrib/redhat
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-09-18 15:12:10 +1000
committerDamien Miller <djm@mindrot.org>2001-09-18 15:12:10 +1000
commit7948d93173b00e19ca4c5a68a0d01fceecc98738 (patch)
tree3668826fb211a162484e448a0a571fcd2eebef83 /contrib/redhat
parentd97c2ceed1e295bdc612be7e042015c1b7200773 (diff)
- (djm) Specify --datadir in RPM spec files so smartcard applet gets
put somewhere sane. Add Ssh.bin to manifest.
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)