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. --- ChangeLog | 4 +++- contrib/caldera/openssh.spec | 3 ++- contrib/redhat/openssh.spec | 3 +++ contrib/suse/openssh.spec | 13 +++++++------ 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8a2c50d24..c24f02152 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ - (djm) Avoid warning on BSDgetopt - (djm) More makefile infrastructre for smartcard support, also based on Ben's work + - (djm) Specify --datadir in RPM spec files so smartcard applet gets + put somewhere sane. Add Ssh.bin to manifest. 20010917 - (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds @@ -6464,4 +6466,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1528 2001/09/18 05:06:21 djm Exp $ +$Id: ChangeLog,v 1.1529 2001/09/18 05:12:10 djm Exp $ diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index 9b3ca8579..82a0b03fb 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec @@ -158,6 +158,7 @@ CFLAGS="$RPM_OPT_FLAGS" \ --prefix=/usr \ --sysconfdir=/etc/ssh \ --libexecdir=/usr/lib/ssh \ + --datadir=/usr/share/openssh \ --with-pam \ --with-tcp-wrappers \ --with-ipv4-default \ @@ -309,4 +310,4 @@ fi * Mon Jan 01 1998 ... Template Version: 1.31 -$Id: openssh.spec,v 1.17 2001/07/05 00:45:29 tim Exp $ +$Id: openssh.spec,v 1.18 2001/09/18 05:12:11 djm Exp $ 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) diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index 1327ca854..6f2027076 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec @@ -89,12 +89,13 @@ passphrase dialog. %build CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=/usr \ - --sysconfdir=/etc/ssh \ - --with-pam \ - --with-gnome-askpass \ - --with-tcp-wrappers \ - --with-ipv4-default \ - --libexecdir=/usr/lib/ssh + --sysconfdir=/etc/ssh \ + --datadir=/usr/share/openssh \ + --with-pam \ + --with-gnome-askpass \ + --with-tcp-wrappers \ + --with-ipv4-default \ + --libexecdir=/usr/lib/ssh make cd contrib -- cgit v1.2.3