- (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
This commit is contained in:
parent
e0f8804194
commit
67bf50e23a
|
@ -3,6 +3,7 @@
|
||||||
- markus@cvs.openbsd.org 2001/04/30 11:18:52
|
- markus@cvs.openbsd.org 2001/04/30 11:18:52
|
||||||
[readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
|
[readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
|
||||||
implement 'ssh -b bind_address' like 'telnet -b'
|
implement 'ssh -b bind_address' like 'telnet -b'
|
||||||
|
- (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
|
||||||
|
|
||||||
20010430
|
20010430
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
@ -5288,4 +5289,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1185 2001/04/30 13:06:24 mouring Exp $
|
$Id: ChangeLog,v 1.1186 2001/04/30 18:00:11 tim Exp $
|
||||||
|
|
|
@ -18,6 +18,9 @@ Packager : Stephan Seyboth <sps@caldera.de>
|
||||||
URL : http://www.openssh.com/
|
URL : http://www.openssh.com/
|
||||||
|
|
||||||
Obsoletes : ssh, ssh-clients, openssh-clients
|
Obsoletes : ssh, ssh-clients, openssh-clients
|
||||||
|
|
||||||
|
# uncomment for >= Caldera 3.1
|
||||||
|
#Requires : SysVinit-scripts >= 1.07
|
||||||
|
|
||||||
BuildRoot : /tmp/%{Name}-%{Version}
|
BuildRoot : /tmp/%{Name}-%{Version}
|
||||||
|
|
||||||
|
@ -278,4 +281,4 @@ fi
|
||||||
* Mon Jan 01 1998 ...
|
* Mon Jan 01 1998 ...
|
||||||
Template Version: 1.31
|
Template Version: 1.31
|
||||||
|
|
||||||
$Id: openssh.spec,v 1.15 2001/04/27 05:50:49 tim Exp $
|
$Id: openssh.spec,v 1.16 2001/04/30 18:00:13 tim Exp $
|
||||||
|
|
Loading…
Reference in New Issue