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