]> andersk Git - openssh.git/commitdiff
- (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
authordjm <djm>
Wed, 9 Apr 2003 09:41:25 +0000 (09:41 +0000)
committerdjm <djm>
Wed, 9 Apr 2003 09:41:25 +0000 (09:41 +0000)
ChangeLog
contrib/redhat/openssh.spec

index 924e13d668f691e144ea4661496b6473fa34fb37..2665f03d871824b2b986926aff5fc735c8c70281 100644 (file)
--- 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
index 7488357fbd5708303ae36bca8261c33b1123936a..11d86a83c16a70f48f03b93c6f58d635062cf270 100644 (file)
@@ -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
This page took 1.7663 seconds and 5 git commands to generate.