diff --git a/ChangeLog b/ChangeLog index 8df749486..75029c5cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,7 @@ - Merged more Solaris compability from Marc G. Fournier - Wrote autoconf tests for __progname symbol + - RPM spec file fixes from Jim Knoble 19991114 - Solaris compilation fixes (still imcomplete) diff --git a/README b/README index 5570c02bd..8c4a6b2d8 100644 --- a/README +++ b/README @@ -53,6 +53,7 @@ Phil Hands - Debian scripts, assorted patches Niels Kristian Bech Jensen - Makefile patches Marc G. Fournier - Solaris patches Thomas Neumann - Shadow passwords +Jim Knoble - RPM spec file fixes Miscellania - diff --git a/openssh.spec b/openssh.spec index 9cb388644..b9d7b568e 100644 --- a/openssh.spec +++ b/openssh.spec @@ -8,19 +8,24 @@ Copyright: BSD Group: Applications/Internet BuildRoot: /tmp/openssh-%{version}-buildroot Obsoletes: ssh + +%package clients +Summary: OpenSSH Secure Shell protocol clients +Requires: openssh +Group: System Environment/Daemons Obsoletes: ssh-clients -Obsoletes: ssh-extras %package server -Summary: Secure Shell protocol server (sshd) +Summary: OpenSSH Secure Shell protocol server (sshd) Requires: openssh chkconfig >= 0.9 Group: System Environment/Daemons Obsoletes: ssh-server %package askpass -Summary: GNOME passphrase dialog +Summary: OpenSSH GNOME passphrase dialog Group: Applications/Internet Requires: openssh +Obsoletes: ssh-extras Obsoletes: ssh-askpass %description @@ -34,6 +39,21 @@ OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it up to date in terms of security and features, as well as removing all patented algorithms to seperate libraries (OpenSSL). +This package includes the core files necessary for both the OpenSSH +client and server. To make this package useful, you should also +install openssh-clients, openssh-server, or both. + +%description clients +Ssh (Secure Shell) a program for logging into a remote machine and for +executing commands in a remote machine. It is intended to replace +rlogin and rsh, and provide secure encrypted communications between +two untrusted hosts over an insecure network. X11 connections and +arbitrary TCP/IP ports can also be forwarded over the secure channel. + +OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it +up to date in terms of security and features, as well as removing all +patented algorithms to seperate libraries (OpenSSL). + This package includes the clients necessary to make encrypted connections to SSH servers. @@ -48,9 +68,9 @@ OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it up to date in terms of security and features, as well as removing all patented algorithms to seperate libraries (OpenSSL). -This package contains the secure shell daemon and its documentation. -The sshd is the server part of the secure shell protocol and allows -ssh clients to connect to your host. +This package contains the secure shell daemon. The sshd is the server +part of the secure shell protocol and allows ssh clients to connect to +your host. %description askpass Ssh (Secure Shell) a program for logging into a remote machine and for @@ -66,6 +86,8 @@ patented algorithms to seperate libraries (OpenSSL). This package contains the GNOME passphrase dialog. %changelog +* Mon Nov 15 1999 Damien Miller +- Split subpackages further based on patch from jim knoble * Sat Nov 13 1999 Damien Miller - Added 'Obsoletes' directives * Tue Nov 09 1999 Damien Miller @@ -131,19 +153,23 @@ fi %defattr(-,root,root) %doc COPYING.Ylonen ChangeLog ChangeLog.Ylonen OVERVIEW %doc README README.Ylonen +%attr(0755,root,root) /usr/bin/ssh-keygen +%attr(0755,root,root) /usr/bin/scp +%attr(0644,root,root) /usr/man/man1/ssh-keygen.1 +%attr(0644,root,root) /usr/man/man1/scp.1 +%attr(0755,root,root) %dir /etc/ssh + +%files clients +%defattr(-,root,root) %attr(4755,root,root) /usr/bin/ssh %attr(0755,root,root) /usr/bin/ssh-agent -%attr(0755,root,root) /usr/bin/ssh-keygen %attr(0755,root,root) /usr/bin/ssh-add -%attr(0755,root,root) /usr/bin/scp -%attr(-,root,root) /usr/bin/slogin %attr(0644,root,root) /usr/man/man1/ssh.1 %attr(0644,root,root) /usr/man/man1/ssh-agent.1 -%attr(0644,root,root) /usr/man/man1/ssh-keygen.1 %attr(0644,root,root) /usr/man/man1/ssh-add.1 -%attr(0644,root,root) /usr/man/man1/scp.1 -%attr(-,root,root) /usr/man/man1/slogin.1 %attr(0644,root,root) %config /etc/ssh/ssh_config +%attr(-,root,root) /usr/bin/slogin +%attr(-,root,root) /usr/man/man1/slogin.1 %files server %defattr(-,root,root) @@ -156,3 +182,5 @@ fi %files askpass %defattr(-,root,root) %attr(0755,root,root) /usr/lib/ssh/ssh-askpass +%attr(0755,root,root) %dir /usr/lib/ssh +