- (bal) pam_stack fix to correctly detect between RH7 and older RHs.
Patch by Pekka Savola <pekkas@netcore.fi>
This commit is contained in:
parent
4ef92b5844
commit
65981156b8
|
@ -1,3 +1,7 @@
|
||||||
|
20010224
|
||||||
|
- (bal) pam_stack fix to correctly detect between RH7 and older RHs.
|
||||||
|
Patch by Pekka Savola <pekkas@netcore.fi>
|
||||||
|
|
||||||
20010223
|
20010223
|
||||||
- (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell
|
- (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell
|
||||||
<tell@telltronics.org>
|
<tell@telltronics.org>
|
||||||
|
@ -4106,4 +4110,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.815 2001/02/23 05:05:53 mouring Exp $
|
$Id: ChangeLog,v 1.816 2001/02/24 00:05:29 mouring Exp $
|
||||||
|
|
|
@ -36,10 +36,10 @@ Source1: http://www.jmknoble.cx/software/x11-ssh-askpass/x11-ssh-askpass-%{avers
|
||||||
%endif
|
%endif
|
||||||
Copyright: BSD
|
Copyright: BSD
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
BuildRoot: /tmp/openssh-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
Obsoletes: ssh
|
Obsoletes: ssh
|
||||||
PreReq: openssl >= 0.9.5a
|
PreReq: openssl >= 0.9.5a
|
||||||
RreReq: openssl = %{exact_openssl_version}
|
PreReq: openssl = %{exact_openssl_version}
|
||||||
Requires: openssl >= 0.9.5a
|
Requires: openssl >= 0.9.5a
|
||||||
Requires: rpm >= 3.0.5
|
Requires: rpm >= 3.0.5
|
||||||
BuildPreReq: perl, openssl-devel, tcp_wrappers
|
BuildPreReq: perl, openssl-devel, tcp_wrappers
|
||||||
|
@ -61,6 +61,9 @@ Group: System Environment/Daemons
|
||||||
Obsoletes: ssh-server
|
Obsoletes: ssh-server
|
||||||
PreReq: openssh = %{version}-%{release}, chkconfig >= 0.9
|
PreReq: openssh = %{version}-%{release}, chkconfig >= 0.9
|
||||||
Requires: initscripts >= 4.16
|
Requires: initscripts >= 4.16
|
||||||
|
%if %{redhat7}
|
||||||
|
Requires: /etc/pam.d/system-auth
|
||||||
|
%endif
|
||||||
|
|
||||||
%package askpass
|
%package askpass
|
||||||
Summary: OpenSSH X11 passphrase dialog
|
Summary: OpenSSH X11 passphrase dialog
|
||||||
|
|
Loading…
Reference in New Issue