diff options
author | Damien Miller <djm@mindrot.org> | 2003-04-09 19:41:25 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-04-09 19:41:25 +1000 |
commit | a92a589e9716d6b10250c3eb8f4d81d64cd60dd8 (patch) | |
tree | fec1d9b918654a90b498b4bd80c63e68c802b7ae /contrib/redhat/openssh.spec | |
parent | d186d7441048f08ffb4f7282da6f8ed75a169bfa (diff) |
- (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
Diffstat (limited to 'contrib/redhat/openssh.spec')
-rw-r--r-- | contrib/redhat/openssh.spec | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
88 | PreReq: initscripts >= 5.20 | 88 | PreReq: initscripts >= 5.20 |
89 | %endif | 89 | %endif |
90 | BuildPreReq: perl, openssl-devel, sharutils, tcp_wrappers | 90 | BuildPreReq: perl, openssl-devel, tcp_wrappers |
91 | BuildPreReq: /bin/login | 91 | BuildPreReq: /bin/login |
92 | %if ! %{build6x} | 92 | %if ! %{build6x} |
93 | BuildPreReq: glibc-devel, pam | 93 | BuildPreReq: glibc-devel, pam |