Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 1 | # Version of OpenSSH |
Damien Miller | 7387fdb | 2001-02-19 21:51:49 +1100 | [diff] [blame] | 2 | %define oversion 2.5.1p1 |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 3 | |
| 4 | # Version of ssh-askpass |
Damien Miller | 0921454 | 2001-02-15 15:33:17 +1100 | [diff] [blame] | 5 | %define aversion 1.2.0 |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 6 | |
Damien Miller | 5a119bc | 2000-07-12 14:34:11 +1000 | [diff] [blame] | 7 | # Do we want to disable building of x11-askpass? (1=yes 0=no) |
| 8 | %define no_x11_askpass 0 |
| 9 | |
| 10 | # Do we want to disable building of gnome-askpass? (1=yes 0=no) |
| 11 | %define no_gnome_askpass 0 |
| 12 | |
Damien Miller | 070ca31 | 2001-02-12 09:34:17 +1100 | [diff] [blame] | 13 | # Use Redhat 7.0 pam control file |
| 14 | %define redhat7 0 |
| 15 | |
| 16 | # Reserve options to override askpass settings with: |
| 17 | # rpm -ba|--rebuild --define 'skip_xxx 1' |
| 18 | %{?skip_x11_askpass:%define no_x11_askpass 1} |
| 19 | %{?skip_gnome_askpass:%define no_gnome_askpass 1} |
| 20 | |
| 21 | # Options for Redhat version: |
| 22 | # rpm -ba|--rebuild --define "rh7 1" |
| 23 | %{?rh7:%define redhat7 1} |
| 24 | |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 25 | Summary: OpenSSH free Secure Shell (SSH) implementation |
| 26 | Name: openssh |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 27 | Version: %{oversion} |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 28 | Release: 1 |
Damien Miller | ab8d192 | 2000-08-08 16:53:28 +1000 | [diff] [blame] | 29 | Packager: Damien Miller <djm@mindrot.org> |
Damien Miller | 11402af | 2000-05-07 18:05:59 +1000 | [diff] [blame] | 30 | URL: http://www.openssh.com/ |
Damien Miller | ab8d192 | 2000-08-08 16:53:28 +1000 | [diff] [blame] | 31 | Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{oversion}.tar.gz |
Damien Miller | 969c07e | 2000-11-06 13:06:43 +1100 | [diff] [blame] | 32 | %if ! %{no_x11_askpass} |
Damien Miller | f1aa21f | 2001-01-05 09:30:32 +1100 | [diff] [blame] | 33 | Source1: http://www.jmknoble.cx/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz |
Damien Miller | 969c07e | 2000-11-06 13:06:43 +1100 | [diff] [blame] | 34 | %endif |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 35 | Copyright: BSD |
| 36 | Group: Applications/Internet |
| 37 | BuildRoot: /tmp/openssh-%{version}-buildroot |
Damien Miller | c6d5ce8 | 1999-11-15 16:01:07 +1100 | [diff] [blame] | 38 | Obsoletes: ssh |
Damien Miller | 1383bd8 | 2000-04-06 12:32:37 +1000 | [diff] [blame] | 39 | PreReq: openssl >= 0.9.5a |
| 40 | Requires: openssl >= 0.9.5a |
Damien Miller | 070ca31 | 2001-02-12 09:34:17 +1100 | [diff] [blame] | 41 | Requires: rpm >= 3.0.5 |
Damien Miller | 969c07e | 2000-11-06 13:06:43 +1100 | [diff] [blame] | 42 | BuildPreReq: perl, openssl-devel, tcp_wrappers |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 43 | BuildPreReq: /bin/login, /usr/bin/rsh, /usr/include/security/pam_appl.h |
Damien Miller | 070ca31 | 2001-02-12 09:34:17 +1100 | [diff] [blame] | 44 | BuildPreReq: rpm >= 3.0.5 |
Damien Miller | ab8d192 | 2000-08-08 16:53:28 +1000 | [diff] [blame] | 45 | %if ! %{no_gnome_askpass} |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 46 | BuildPreReq: gnome-libs-devel |
Damien Miller | 5a119bc | 2000-07-12 14:34:11 +1000 | [diff] [blame] | 47 | %endif |
Damien Miller | 3668206 | 1999-11-15 17:19:24 +1100 | [diff] [blame] | 48 | |
| 49 | %package clients |
| 50 | Summary: OpenSSH Secure Shell protocol clients |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 51 | Requires: openssh = %{version}-%{release} |
Damien Miller | ab8d192 | 2000-08-08 16:53:28 +1000 | [diff] [blame] | 52 | Group: Applications/Internet |
Damien Miller | c6d5ce8 | 1999-11-15 16:01:07 +1100 | [diff] [blame] | 53 | Obsoletes: ssh-clients |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 54 | |
Damien Miller | 3f51bf5 | 1999-11-09 14:46:02 +1100 | [diff] [blame] | 55 | %package server |
Damien Miller | 3668206 | 1999-11-15 17:19:24 +1100 | [diff] [blame] | 56 | Summary: OpenSSH Secure Shell protocol server (sshd) |
Damien Miller | 3f51bf5 | 1999-11-09 14:46:02 +1100 | [diff] [blame] | 57 | Group: System Environment/Daemons |
Damien Miller | c6d5ce8 | 1999-11-15 16:01:07 +1100 | [diff] [blame] | 58 | Obsoletes: ssh-server |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 59 | PreReq: openssh = %{version}-%{release}, chkconfig >= 0.9 |
Damien Miller | b27ef9e | 2000-09-30 14:29:44 +1100 | [diff] [blame] | 60 | Requires: initscripts >= 4.16 |
Damien Miller | 3f51bf5 | 1999-11-09 14:46:02 +1100 | [diff] [blame] | 61 | |
| 62 | %package askpass |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 63 | Summary: OpenSSH X11 passphrase dialog |
| 64 | Group: Applications/Internet |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 65 | Requires: openssh = %{version}-%{release} |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 66 | Obsoletes: ssh-extras |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 67 | |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 68 | %package askpass-gnome |
Damien Miller | 3668206 | 1999-11-15 17:19:24 +1100 | [diff] [blame] | 69 | Summary: OpenSSH GNOME passphrase dialog |
Damien Miller | 3f51bf5 | 1999-11-09 14:46:02 +1100 | [diff] [blame] | 70 | Group: Applications/Internet |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 71 | Requires: openssh = %{version}-%{release} |
Damien Miller | 3668206 | 1999-11-15 17:19:24 +1100 | [diff] [blame] | 72 | Obsoletes: ssh-extras |
Damien Miller | 3f51bf5 | 1999-11-09 14:46:02 +1100 | [diff] [blame] | 73 | |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 74 | %description |
| 75 | Ssh (Secure Shell) a program for logging into a remote machine and for |
| 76 | executing commands in a remote machine. It is intended to replace |
| 77 | rlogin and rsh, and provide secure encrypted communications between |
| 78 | two untrusted hosts over an insecure network. X11 connections and |
| 79 | arbitrary TCP/IP ports can also be forwarded over the secure channel. |
| 80 | |
| 81 | OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it |
| 82 | up to date in terms of security and features, as well as removing all |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 83 | patented algorithms to separate libraries (OpenSSL). |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 84 | |
Damien Miller | 3668206 | 1999-11-15 17:19:24 +1100 | [diff] [blame] | 85 | This package includes the core files necessary for both the OpenSSH |
| 86 | client and server. To make this package useful, you should also |
| 87 | install openssh-clients, openssh-server, or both. |
| 88 | |
| 89 | %description clients |
| 90 | Ssh (Secure Shell) a program for logging into a remote machine and for |
| 91 | executing commands in a remote machine. It is intended to replace |
| 92 | rlogin and rsh, and provide secure encrypted communications between |
| 93 | two untrusted hosts over an insecure network. X11 connections and |
| 94 | arbitrary TCP/IP ports can also be forwarded over the secure channel. |
| 95 | |
| 96 | OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it |
| 97 | up to date in terms of security and features, as well as removing all |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 98 | patented algorithms to separate libraries (OpenSSL). |
Damien Miller | 3668206 | 1999-11-15 17:19:24 +1100 | [diff] [blame] | 99 | |
Damien Miller | 3f51bf5 | 1999-11-09 14:46:02 +1100 | [diff] [blame] | 100 | This package includes the clients necessary to make encrypted connections |
| 101 | to SSH servers. |
| 102 | |
| 103 | %description server |
| 104 | Ssh (Secure Shell) a program for logging into a remote machine and for |
| 105 | executing commands in a remote machine. It is intended to replace |
| 106 | rlogin and rsh, and provide secure encrypted communications between |
| 107 | two untrusted hosts over an insecure network. X11 connections and |
| 108 | arbitrary TCP/IP ports can also be forwarded over the secure channel. |
| 109 | |
| 110 | OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it |
| 111 | up to date in terms of security and features, as well as removing all |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 112 | patented algorithms to separate libraries (OpenSSL). |
Damien Miller | 3f51bf5 | 1999-11-09 14:46:02 +1100 | [diff] [blame] | 113 | |
Damien Miller | 3668206 | 1999-11-15 17:19:24 +1100 | [diff] [blame] | 114 | This package contains the secure shell daemon. The sshd is the server |
| 115 | part of the secure shell protocol and allows ssh clients to connect to |
| 116 | your host. |
Damien Miller | 3f51bf5 | 1999-11-09 14:46:02 +1100 | [diff] [blame] | 117 | |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 118 | %description askpass |
| 119 | Ssh (Secure Shell) a program for logging into a remote machine and for |
| 120 | executing commands in a remote machine. It is intended to replace |
| 121 | rlogin and rsh, and provide secure encrypted communications between |
| 122 | two untrusted hosts over an insecure network. X11 connections and |
| 123 | arbitrary TCP/IP ports can also be forwarded over the secure channel. |
| 124 | |
| 125 | OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it |
| 126 | up to date in terms of security and features, as well as removing all |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 127 | patented algorithms to separate libraries (OpenSSL). |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 128 | |
Damien Miller | f1aa21f | 2001-01-05 09:30:32 +1100 | [diff] [blame] | 129 | This package contains Jim Knoble's <jmknoble@jmknoble.cx> X11 passphrase |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 130 | dialog. |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 131 | |
Damien Miller | f6adfa9 | 1999-12-26 13:08:15 +1100 | [diff] [blame] | 132 | %description askpass-gnome |
Damien Miller | 3f51bf5 | 1999-11-09 14:46:02 +1100 | [diff] [blame] | 133 | Ssh (Secure Shell) a program for logging into a remote machine and for |
| 134 | executing commands in a remote machine. It is intended to replace |
| 135 | rlogin and rsh, and provide secure encrypted communications between |
| 136 | two untrusted hosts over an insecure network. X11 connections and |
| 137 | arbitrary TCP/IP ports can also be forwarded over the secure channel. |
| 138 | |
| 139 | OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it |
| 140 | up to date in terms of security and features, as well as removing all |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 141 | patented algorithms to separate libraries (OpenSSL). |
Damien Miller | 3f51bf5 | 1999-11-09 14:46:02 +1100 | [diff] [blame] | 142 | |
| 143 | This package contains the GNOME passphrase dialog. |
| 144 | |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 145 | %prep |
| 146 | |
Damien Miller | 969c07e | 2000-11-06 13:06:43 +1100 | [diff] [blame] | 147 | %if ! %{no_x11_askpass} |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 148 | %setup -q -a 1 |
Damien Miller | 969c07e | 2000-11-06 13:06:43 +1100 | [diff] [blame] | 149 | %else |
| 150 | %setup -q |
| 151 | %endif |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 152 | |
| 153 | %build |
| 154 | |
Damien Miller | afeaca9 | 2000-11-11 09:09:57 +1100 | [diff] [blame] | 155 | %define _sysconfdir /etc/ssh |
| 156 | |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 157 | %configure \ |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 158 | --libexecdir=%{_libexecdir}/openssh \ |
Damien Miller | 01fa638 | 2001-01-17 11:23:39 +1100 | [diff] [blame] | 159 | --with-pam \ |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 160 | --with-tcp-wrappers \ |
| 161 | --with-ipv4-default \ |
| 162 | --with-rsh=/usr/bin/rsh \ |
Damien Miller | 01fa638 | 2001-01-17 11:23:39 +1100 | [diff] [blame] | 163 | --with-default-path=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 164 | |
| 165 | make |
| 166 | |
| 167 | %if ! %{no_x11_askpass} |
| 168 | pushd x11-ssh-askpass-%{aversion} |
| 169 | xmkmf -a |
| 170 | make |
| 171 | popd |
| 172 | %endif |
| 173 | |
| 174 | %if ! %{no_gnome_askpass} |
| 175 | pushd contrib |
| 176 | gcc -O -g `gnome-config --cflags gnome gnomeui` \ |
| 177 | gnome-ssh-askpass.c -o gnome-ssh-askpass \ |
| 178 | `gnome-config --libs gnome gnomeui` |
| 179 | popd |
| 180 | %endif |
| 181 | |
| 182 | %install |
| 183 | rm -rf $RPM_BUILD_ROOT |
| 184 | %{makeinstall} \ |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 185 | libexecdir=$RPM_BUILD_ROOT%{_libexecdir}/openssh \ |
| 186 | DESTDIR=/ # Hack to disable key generation |
| 187 | |
| 188 | |
| 189 | install -d $RPM_BUILD_ROOT/etc/pam.d/ |
| 190 | install -d $RPM_BUILD_ROOT/etc/rc.d/init.d |
| 191 | install -d $RPM_BUILD_ROOT%{_libexecdir}/openssh |
Damien Miller | 070ca31 | 2001-02-12 09:34:17 +1100 | [diff] [blame] | 192 | %if %{redhat7} |
Damien Miller | 070ca31 | 2001-02-12 09:34:17 +1100 | [diff] [blame] | 193 | install -m644 contrib/redhat/sshd.pam-7.x $RPM_BUILD_ROOT/etc/pam.d/sshd |
Ben Lindstrom | 008e291 | 2001-02-23 04:45:15 +0000 | [diff] [blame^] | 194 | %else |
| 195 | install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd |
Damien Miller | 070ca31 | 2001-02-12 09:34:17 +1100 | [diff] [blame] | 196 | %endif |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 197 | install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd |
| 198 | |
| 199 | %if ! %{no_x11_askpass} |
| 200 | install -s x11-ssh-askpass-%{aversion}/x11-ssh-askpass $RPM_BUILD_ROOT/usr/libexec/openssh/x11-ssh-askpass |
| 201 | ln -s /usr/libexec/openssh/x11-ssh-askpass $RPM_BUILD_ROOT/usr/libexec/openssh/ssh-askpass |
| 202 | %endif |
| 203 | |
| 204 | %if ! %{no_gnome_askpass} |
| 205 | install -s contrib/gnome-ssh-askpass $RPM_BUILD_ROOT/usr/libexec/openssh/gnome-ssh-askpass |
| 206 | %endif |
| 207 | |
| 208 | perl -pi -e "s|$RPM_BUILD_ROOT||g" $RPM_BUILD_ROOT%{_mandir}/man*/* |
| 209 | |
| 210 | %clean |
| 211 | rm -rf $RPM_BUILD_ROOT |
| 212 | |
| 213 | %post server |
| 214 | /sbin/chkconfig --add sshd |
| 215 | if test -r /var/run/sshd.pid ; then |
| 216 | /etc/rc.d/init.d/sshd restart >&2 |
| 217 | fi |
| 218 | |
| 219 | %preun server |
| 220 | if [ "$1" = 0 ] ; then |
| 221 | /etc/rc.d/init.d/sshd stop >&2 |
| 222 | /sbin/chkconfig --del sshd |
| 223 | fi |
| 224 | |
| 225 | %files |
| 226 | %defattr(-,root,root) |
Damien Miller | 981eeed | 2000-12-27 19:06:05 +1100 | [diff] [blame] | 227 | %doc ChangeLog OVERVIEW README* INSTALL |
Damien Miller | ab36050 | 2000-11-06 12:52:25 +1100 | [diff] [blame] | 228 | %doc CREDITS LICENCE |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 229 | %attr(0755,root,root) %{_bindir}/ssh-keygen |
| 230 | %attr(0755,root,root) %{_bindir}/scp |
Ben Lindstrom | 4cc90a4 | 2000-12-10 22:12:54 +0000 | [diff] [blame] | 231 | %attr(0755,root,root) %{_bindir}/ssh-keyscan |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 232 | %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1* |
Ben Lindstrom | 4cc90a4 | 2000-12-10 22:12:54 +0000 | [diff] [blame] | 233 | %attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1* |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 234 | %attr(0644,root,root) %{_mandir}/man1/scp.1* |
Damien Miller | ee188d3 | 2000-11-13 23:13:55 +1100 | [diff] [blame] | 235 | %attr(0755,root,root) %dir %{_sysconfdir} |
| 236 | %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/primes |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 237 | %attr(0755,root,root) %dir %{_libexecdir}/openssh |
| 238 | |
| 239 | %files clients |
| 240 | %defattr(-,root,root) |
| 241 | %attr(4755,root,root) %{_bindir}/ssh |
| 242 | %attr(0755,root,root) %{_bindir}/ssh-agent |
| 243 | %attr(0755,root,root) %{_bindir}/ssh-add |
Damien Miller | 3380426 | 2001-02-04 23:20:18 +1100 | [diff] [blame] | 244 | %attr(0755,root,root) %{_bindir}/ssh-keyscan |
| 245 | %attr(0755,root,root) %{_bindir}/sftp |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 246 | %attr(0644,root,root) %{_mandir}/man1/ssh.1* |
| 247 | %attr(0644,root,root) %{_mandir}/man1/ssh-agent.1* |
| 248 | %attr(0644,root,root) %{_mandir}/man1/ssh-add.1* |
Damien Miller | 3380426 | 2001-02-04 23:20:18 +1100 | [diff] [blame] | 249 | %attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1* |
| 250 | %attr(0644,root,root) %{_mandir}/man1/sftp.1* |
Damien Miller | ee188d3 | 2000-11-13 23:13:55 +1100 | [diff] [blame] | 251 | %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh_config |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 252 | %attr(-,root,root) %{_bindir}/slogin |
| 253 | %attr(-,root,root) %{_mandir}/man1/slogin.1* |
| 254 | |
| 255 | %files server |
| 256 | %defattr(-,root,root) |
| 257 | %attr(0755,root,root) %{_sbindir}/sshd |
| 258 | %attr(0755,root,root) %{_libexecdir}/openssh/sftp-server |
| 259 | %attr(0644,root,root) %{_mandir}/man8/sshd.8* |
| 260 | %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* |
Damien Miller | ee188d3 | 2000-11-13 23:13:55 +1100 | [diff] [blame] | 261 | %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sshd_config |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 262 | %attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd |
| 263 | %attr(0755,root,root) %config /etc/rc.d/init.d/sshd |
| 264 | |
| 265 | %if ! %{no_x11_askpass} |
| 266 | %files askpass |
| 267 | %defattr(-,root,root) |
| 268 | %doc x11-ssh-askpass-%{aversion}/README |
| 269 | %doc x11-ssh-askpass-%{aversion}/ChangeLog |
| 270 | %doc x11-ssh-askpass-%{aversion}/SshAskpass*.ad |
| 271 | %attr(0755,root,root) %{_libexecdir}/openssh/ssh-askpass |
| 272 | %attr(0755,root,root) %{_libexecdir}/openssh/x11-ssh-askpass |
| 273 | %endif |
| 274 | |
| 275 | %if ! %{no_gnome_askpass} |
| 276 | %files askpass-gnome |
| 277 | %defattr(-,root,root) |
| 278 | %attr(0755,root,root) %{_libexecdir}/openssh/gnome-ssh-askpass |
| 279 | %endif |
| 280 | |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 281 | %changelog |
Damien Miller | ff649d8 | 2000-10-16 13:35:19 +1100 | [diff] [blame] | 282 | * Mon Oct 18 2000 Damien Miller <djm@mindrot.org> |
| 283 | - Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the |
| 284 | Redhat 7.0 spec file |
Damien Miller | 676092f | 2000-09-05 14:16:18 +1100 | [diff] [blame] | 285 | * Tue Sep 05 2000 Damien Miller <djm@mindrot.org> |
| 286 | - Use RPM configure macro |
Damien Miller | ab8d192 | 2000-08-08 16:53:28 +1000 | [diff] [blame] | 287 | * Tue Aug 08 2000 Damien Miller <djm@mindrot.org> |
| 288 | - Some surgery to sshd.init (generate keys at runtime) |
| 289 | - Cleanup of groups and removal of keygen calls |
Damien Miller | 5a119bc | 2000-07-12 14:34:11 +1000 | [diff] [blame] | 290 | * Wed Jul 12 2000 Damien Miller <djm@mindrot.org> |
| 291 | - Make building of X11-askpass and gnome-askpass optional |
Damien Miller | e69f18c | 2000-06-12 16:38:54 +1000 | [diff] [blame] | 292 | * Mon Jun 12 2000 Damien Miller <djm@mindrot.org> |
| 293 | - Glob manpages to catch compressed files |
Damien Miller | ddaffa4 | 2000-03-15 12:31:18 +1100 | [diff] [blame] | 294 | * Wed Mar 15 2000 Damien Miller <djm@ibs.com.au> |
| 295 | - Updated for new location |
| 296 | - Updated for new gnome-ssh-askpass build |
Damien Miller | 3688440 | 1999-12-26 12:26:21 +1100 | [diff] [blame] | 297 | * Sun Dec 26 1999 Damien Miller <djm@mindrot.org> |
| 298 | - Added Jim Knoble's <jmknoble@pobox.com> askpass |
Damien Miller | 3668206 | 1999-11-15 17:19:24 +1100 | [diff] [blame] | 299 | * Mon Nov 15 1999 Damien Miller <djm@mindrot.org> |
| 300 | - Split subpackages further based on patch from jim knoble <jmknoble@pobox.com> |
Damien Miller | 38c6088 | 1999-11-13 13:09:31 +1100 | [diff] [blame] | 301 | * Sat Nov 13 1999 Damien Miller <djm@mindrot.org> |
Damien Miller | c6d5ce8 | 1999-11-15 16:01:07 +1100 | [diff] [blame] | 302 | - Added 'Obsoletes' directives |
Damien Miller | 742d2cb | 1999-11-09 14:28:26 +1100 | [diff] [blame] | 303 | * Tue Nov 09 1999 Damien Miller <djm@ibs.com.au> |
| 304 | - Use make install |
Damien Miller | 3f51bf5 | 1999-11-09 14:46:02 +1100 | [diff] [blame] | 305 | - Subpackages |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 306 | * Mon Nov 08 1999 Damien Miller <djm@ibs.com.au> |
| 307 | - Added links for slogin |
| 308 | - Fixed perms on manpages |
Damien Miller | 2bbb9d0 | 1999-10-30 09:46:20 +1000 | [diff] [blame] | 309 | * Sat Oct 30 1999 Damien Miller <djm@ibs.com.au> |
| 310 | - Renamed init script |
Damien Miller | 070f7a1 | 1999-10-29 10:29:29 +1000 | [diff] [blame] | 311 | * Fri Oct 29 1999 Damien Miller <djm@ibs.com.au> |
| 312 | - Back to old binary names |
Damien Miller | 0623076 | 1999-10-28 14:03:14 +1000 | [diff] [blame] | 313 | * Thu Oct 28 1999 Damien Miller <djm@ibs.com.au> |
| 314 | - Use autoconf |
| 315 | - New binary names |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 316 | * Wed Oct 27 1999 Damien Miller <djm@ibs.com.au> |
| 317 | - Initial RPMification, based on Jan "Yenya" Kasprzak's <kas@fi.muni.cz> spec. |
| 318 | |