summaryrefslogtreecommitdiff
path: root/contrib/redhat/openssh.spec
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-04-29 19:12:07 +1000
committerDamien Miller <djm@mindrot.org>2003-04-29 19:12:07 +1000
commitfad82e8999e790899083f9e22a1841148d746df6 (patch)
tree14606498951158ca5339dd8be7b6d39367b7286c /contrib/redhat/openssh.spec
parent0e7f4363f3d7b2ae707709607fd816f663c7449a (diff)
- (djm) Add back radix.o (used by AFS support), after it went missing from
Makefile many moons ago - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer - (djm) Fix blibpath specification for AIX/gcc - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
Diffstat (limited to 'contrib/redhat/openssh.spec')
-rw-r--r--contrib/redhat/openssh.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 11d86a83c..e7c3bb121 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.1p2
2%define rel 2 2%define rel 1
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, tcp_wrappers 90BuildPreReq: perl, openssl-devel, sharutils, tcp_wrappers
91BuildPreReq: /bin/login 91BuildPreReq: /bin/login
92%if ! %{build6x} 92%if ! %{build6x}
93BuildPreReq: glibc-devel, pam 93BuildPreReq: glibc-devel, pam