diff --git a/ChangeLog b/ChangeLog index aa7bcaeba..afc34a291 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 7488357fb..11d86a83c 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