summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--contrib/redhat/openssh.spec4
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index aa7bcaeb..afc34a29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
20030409
- (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
from matth@eecs.berkeley.edu
+ - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
20030402
- (bal) if IP_TOS is not found or broken don't try to compile in
@@ -1303,4 +1304,4 @@
save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@
-$Id: ChangeLog,v 1.2650 2003/04/09 09:40:33 djm Exp $
+$Id: ChangeLog,v 1.2651 2003/04/09 09:41:25 djm Exp $
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 7488357f..11d86a83 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -1,5 +1,5 @@
%define ver 3.6.1p1
-%define rel 1
+%define rel 2
# OpenSSH privilege separation requires a user & group ID
%define sshd_uid 74
@@ -87,7 +87,7 @@ PreReq: initscripts >= 5.00
%else
PreReq: initscripts >= 5.20
%endif
-BuildPreReq: perl, openssl-devel, sharutils, tcp_wrappers
+BuildPreReq: perl, openssl-devel, tcp_wrappers
BuildPreReq: /bin/login
%if ! %{build6x}
BuildPreReq: glibc-devel, pam