From 7948d93173b00e19ca4c5a68a0d01fceecc98738 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 18 Sep 2001 15:12:10 +1000 Subject: - (djm) Specify --datadir in RPM spec files so smartcard applet gets put somewhere sane. Add Ssh.bin to manifest. --- contrib/redhat/openssh.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/redhat') 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. %configure \ --libexecdir=%{_libexecdir}/openssh \ + --datadir=%{_datadir}/openssh \ --with-pam \ --with-tcp-wrappers \ --with-ipv4-default \ @@ -221,6 +222,8 @@ fi %attr(0755,root,root) %dir %{_sysconfdir} %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/moduli %attr(0755,root,root) %dir %{_libexecdir}/openssh +%attr(0755,root,root) %dir %{_datadir}/openssh +%attr(0644,root,root) %{_datadir}/openssh/Ssh.bin %files clients %defattr(-,root,root) -- cgit v1.2.3