summaryrefslogtreecommitdiff
path: root/contrib/suse
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-16 15:39:56 +1100
committerDamien Miller <djm@mindrot.org>2000-09-16 15:39:56 +1100
commit606f880e0fd1a31f5beb3b37ece0c12317a9ed61 (patch)
treeb4afe2d6f8b77d73d309b3ed6ea2b89ad768d820 /contrib/suse
parente4340be5b3ff16f4d9ba5e3ea7e449dc1b6fa7a8 (diff)
- (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
- (djm) Re-enable int64_t types - we need them for sftp - (djm) Use libexecdir from configure , rather than libexecdir/ssh - (djm) Update Redhat SPEC file accordingly - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter <Dirk.DeWachter@rug.ac.be> - (djm) Fixprogs and entropy list fixes from Larry Jones <larry.jones@sdrc.com> - (djm) Fix for SuSE spec file from Takashi YOSHIDA <tyoshida@gemini.rc.kyushu-u.ac.jp>
Diffstat (limited to 'contrib/suse')
-rw-r--r--contrib/suse/openssh.spec21
1 files changed, 11 insertions, 10 deletions
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index 5c2e56e62..324d88aea 100644
--- a/contrib/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
@@ -150,8 +150,9 @@ This package contains the GNOME passphrase dialog.
150 150
151%build 151%build
152CFLAGS="$RPM_OPT_FLAGS" \ 152CFLAGS="$RPM_OPT_FLAGS" \
153./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass \ 153./configure --prefix=/usr --sysconfdir=/etc/ssh \
154 --with-tcp-wrappers --with-ipv4-default 154 --libexecdir=/usr/libexec/ssh --with-gnome-askpass \
155 --with-tcp-wrappers --with-ipv4-default
155make 156make
156 157
157cd contrib 158cd contrib
@@ -167,12 +168,12 @@ install -d $RPM_BUILD_ROOT/etc/ssh/
167install -d $RPM_BUILD_ROOT/etc/pam.d/ 168install -d $RPM_BUILD_ROOT/etc/pam.d/
168install -d $RPM_BUILD_ROOT/sbin/init.d/ 169install -d $RPM_BUILD_ROOT/sbin/init.d/
169install -d $RPM_BUILD_ROOT/var/adm/fillup-templates 170install -d $RPM_BUILD_ROOT/var/adm/fillup-templates
170install -d $RPM_BUILD_ROOT/usr/libexec/ssh 171install -d $RPM_BUILD_ROOT/usr/libexec/openssh
171install -m644 sshd.pam.generic $RPM_BUILD_ROOT/etc/pam.d/sshd 172install -m644 contrib/sshd.pam.generic $RPM_BUILD_ROOT/etc/pam.d/sshd
172install -m744 contrib/suse/rc.sshd $RPM_BUILD_ROOT/sbin/init.d/sshd 173install -m744 contrib/suse/rc.sshd $RPM_BUILD_ROOT/sbin/init.d/sshd
173ln -s ../../sbin/init.d/sshd $RPM_BUILD_ROOT/usr/sbin/rcsshd 174ln -s ../../sbin/init.d/sshd $RPM_BUILD_ROOT/usr/sbin/rcsshd
174install -s contrib/gnome-ssh-askpass $RPM_BUILD_ROOT/usr/libexec/ssh/gnome-ssh-askpass 175install -s contrib/gnome-ssh-askpass $RPM_BUILD_ROOT/usr/libexec/openssh/gnome-ssh-askpass
175ln -s gnome-ssh-askpass $RPM_BUILD_ROOT/usr/libexec/ssh/ssh-askpass 176ln -s gnome-ssh-askpass $RPM_BUILD_ROOT/usr/libexec/openssh/ssh-askpass
176install -m744 contrib/suse/rc.config.sshd \ 177install -m744 contrib/suse/rc.config.sshd \
177 $RPM_BUILD_ROOT/var/adm/fillup-templates 178 $RPM_BUILD_ROOT/var/adm/fillup-templates
178 179
@@ -230,7 +231,7 @@ fi
230%attr(0644,root,root) %doc /usr/man/man1/ssh-keygen.1* 231%attr(0644,root,root) %doc /usr/man/man1/ssh-keygen.1*
231%attr(0644,root,root) %doc /usr/man/man1/scp.1* 232%attr(0644,root,root) %doc /usr/man/man1/scp.1*
232%attr(0755,root,root) %dir /etc/ssh 233%attr(0755,root,root) %dir /etc/ssh
233%attr(0755,root,root) %dir /usr/libexec/ssh 234%attr(0755,root,root) %dir /usr/libexec/openssh
234 235
235%files clients 236%files clients
236%defattr(-,root,root) 237%defattr(-,root,root)
@@ -247,7 +248,7 @@ fi
247%files server 248%files server
248%defattr(-,root,root) 249%defattr(-,root,root)
249%attr(0755,root,root) /usr/sbin/sshd 250%attr(0755,root,root) /usr/sbin/sshd
250%attr(0755,root,root) /usr/libexec/ssh/sftp-server 251%attr(0755,root,root) /usr/libexec/openssh/sftp-server
251%attr(0644,root,root) %doc /usr/man/man8/sshd.8* 252%attr(0644,root,root) %doc /usr/man/man8/sshd.8*
252%attr(0644,root,root) %doc /usr/man/man8/sftp-server.8* 253%attr(0644,root,root) %doc /usr/man/man8/sftp-server.8*
253%attr(0600,root,root) %config /etc/ssh/sshd_config 254%attr(0600,root,root) %config /etc/ssh/sshd_config
@@ -258,6 +259,6 @@ fi
258 259
259%files askpass 260%files askpass
260%defattr(-,root,root) 261%defattr(-,root,root)
261%attr(0755,root,root) /usr/libexec/ssh/ssh-askpass 262%attr(0755,root,root) /usr/libexec/openssh/ssh-askpass
262%attr(0755,root,root) /usr/libexec/ssh/gnome-ssh-askpass 263%attr(0755,root,root) /usr/libexec/openssh/gnome-ssh-askpass
263 264