mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-26 11:52:06 +00:00
- (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
This commit is contained in:
parent
d186d74410
commit
a92a589e97
@ -1,6 +1,7 @@
|
|||||||
20030409
|
20030409
|
||||||
- (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
|
- (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
|
||||||
from matth@eecs.berkeley.edu
|
from matth@eecs.berkeley.edu
|
||||||
|
- (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
|
||||||
|
|
||||||
20030402
|
20030402
|
||||||
- (bal) if IP_TOS is not found or broken don't try to compile in
|
- (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;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
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 $
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define ver 3.6.1p1
|
%define ver 3.6.1p1
|
||||||
%define rel 1
|
%define rel 2
|
||||||
|
|
||||||
# OpenSSH privilege separation requires a user & group ID
|
# OpenSSH privilege separation requires a user & group ID
|
||||||
%define sshd_uid 74
|
%define sshd_uid 74
|
||||||
@ -87,7 +87,7 @@ PreReq: initscripts >= 5.00
|
|||||||
%else
|
%else
|
||||||
PreReq: initscripts >= 5.20
|
PreReq: initscripts >= 5.20
|
||||||
%endif
|
%endif
|
||||||
BuildPreReq: perl, openssl-devel, sharutils, tcp_wrappers
|
BuildPreReq: perl, openssl-devel, tcp_wrappers
|
||||||
BuildPreReq: /bin/login
|
BuildPreReq: /bin/login
|
||||||
%if ! %{build6x}
|
%if ! %{build6x}
|
||||||
BuildPreReq: glibc-devel, pam
|
BuildPreReq: glibc-devel, pam
|
||||||
|
Loading…
Reference in New Issue
Block a user