summaryrefslogtreecommitdiff
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 aa7bcaeba..afc34a291 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
120030409 120030409
2 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report 2 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
3 from matth@eecs.berkeley.edu 3 from matth@eecs.berkeley.edu
4 - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
4 5
520030402 620030402
6 - (bal) if IP_TOS is not found or broken don't try to compile in 7 - (bal) if IP_TOS is not found or broken don't try to compile in
@@ -1303,4 +1304,4 @@
1303 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1304 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1304 ok provos@ 1305 ok provos@
1305 1306
1306$Id: ChangeLog,v 1.2650 2003/04/09 09:40:33 djm Exp $ 1307$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 7488357fb..11d86a83c 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -1,5 +1,5 @@
1%define ver 3.6.1p1 1%define ver 3.6.1p1
2%define rel 1 2%define rel 2
3 3
4# OpenSSH privilege separation requires a user & group ID 4# OpenSSH privilege separation requires a user & group ID
5%define sshd_uid 74 5%define sshd_uid 74
@@ -87,7 +87,7 @@ PreReq: initscripts >= 5.00
87%else 87%else
88PreReq: initscripts >= 5.20 88PreReq: initscripts >= 5.20
89%endif 89%endif
90BuildPreReq: perl, openssl-devel, sharutils, tcp_wrappers 90BuildPreReq: perl, openssl-devel, tcp_wrappers
91BuildPreReq: /bin/login 91BuildPreReq: /bin/login
92%if ! %{build6x} 92%if ! %{build6x}
93BuildPreReq: glibc-devel, pam 93BuildPreReq: glibc-devel, pam