summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-30 14:29:44 +1100
committerDamien Miller <djm@mindrot.org>2000-09-30 14:29:44 +1100
commitb27ef9e17a7a23f3e4eecee47b0345ad7a5fd361 (patch)
treec506933a38662e2b2b84287a83081ace8665b355
parent29d646935cea43348f3a6c48147005eb9a188a9f (diff)
- (djm) Add recent InitScripts as a RPM dependancy for openssh-server
patch from Pekka Savola <pekkas@netcore.fi>
-rw-r--r--ChangeLog2
-rw-r--r--contrib/redhat/openssh.spec1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65d5ba7b7..ff7325139 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
6 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with 6 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
7 very short lived X connections. Bug report from Tobias Oetiker 7 very short lived X connections. Bug report from Tobias Oetiker
8 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org> 8 <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
9 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
10 patch from Pekka Savola <pekkas@netcore.fi>
9 - (djm) CVS OpenBSD sync: 11 - (djm) CVS OpenBSD sync:
10 - markus@cvs.openbsd.org 2000/09/26 13:59:59 12 - markus@cvs.openbsd.org 2000/09/26 13:59:59
11 [clientloop.c] 13 [clientloop.c]
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 46aa17d71..ac9330947 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -42,6 +42,7 @@ Summary: OpenSSH Secure Shell protocol server (sshd)
42Group: System Environment/Daemons 42Group: System Environment/Daemons
43Obsoletes: ssh-server 43Obsoletes: ssh-server
44PreReq: openssh chkconfig >= 0.9 44PreReq: openssh chkconfig >= 0.9
45Requires: initscripts >= 4.16
45 46
46%package askpass 47%package askpass
47Summary: OpenSSH X11 passphrase dialog 48Summary: OpenSSH X11 passphrase dialog