diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-24 00:05:29 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-24 00:05:29 +0000 |
commit | 65981156b8fb16b52903d42bd138ca4c095f9e0b (patch) | |
tree | 89a74479f6ae4a19cc28ca03a85c8bc6ce53f9ca /contrib/redhat/openssh.spec | |
parent | 4ef92b58440b983b11d0e12b39f691ddc6b838bb (diff) |
- (bal) pam_stack fix to correctly detect between RH7 and older RHs.
Patch by Pekka Savola <pekkas@netcore.fi>
Diffstat (limited to 'contrib/redhat/openssh.spec')
-rw-r--r-- | contrib/redhat/openssh.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index b7c25159d..f27cc5504 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -36,10 +36,10 @@ Source1: http://www.jmknoble.cx/software/x11-ssh-askpass/x11-ssh-askpass-%{avers | |||
36 | %endif | 36 | %endif |
37 | Copyright: BSD | 37 | Copyright: BSD |
38 | Group: Applications/Internet | 38 | Group: Applications/Internet |
39 | BuildRoot: /tmp/openssh-%{version}-buildroot | 39 | BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot |
40 | Obsoletes: ssh | 40 | Obsoletes: ssh |
41 | PreReq: openssl >= 0.9.5a | 41 | PreReq: openssl >= 0.9.5a |
42 | RreReq: openssl = %{exact_openssl_version} | 42 | PreReq: openssl = %{exact_openssl_version} |
43 | Requires: openssl >= 0.9.5a | 43 | Requires: openssl >= 0.9.5a |
44 | Requires: rpm >= 3.0.5 | 44 | Requires: rpm >= 3.0.5 |
45 | BuildPreReq: perl, openssl-devel, tcp_wrappers | 45 | BuildPreReq: perl, openssl-devel, tcp_wrappers |
@@ -61,6 +61,9 @@ Group: System Environment/Daemons | |||
61 | Obsoletes: ssh-server | 61 | Obsoletes: ssh-server |
62 | PreReq: openssh = %{version}-%{release}, chkconfig >= 0.9 | 62 | PreReq: openssh = %{version}-%{release}, chkconfig >= 0.9 |
63 | Requires: initscripts >= 4.16 | 63 | Requires: initscripts >= 4.16 |
64 | %if %{redhat7} | ||
65 | Requires: /etc/pam.d/system-auth | ||
66 | %endif | ||
64 | 67 | ||
65 | %package askpass | 68 | %package askpass |
66 | Summary: OpenSSH X11 passphrase dialog | 69 | Summary: OpenSSH X11 passphrase dialog |