ControlPersist support
This commit is contained in:
parent
ac4818c499
commit
2b39b0257a
10
openssh.spec
10
openssh.spec
@ -58,6 +58,8 @@
|
||||
%define kerberos5 0
|
||||
%endif
|
||||
|
||||
%define rescue_rel .persist.1
|
||||
|
||||
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2
|
||||
Name: openssh
|
||||
Version: 4.3p2
|
||||
@ -96,6 +98,10 @@ Patch41: openssh-4.3p2-gssapi-no-spnego.patch
|
||||
Patch42: openssh-4.3p2-no-dup-logs.patch
|
||||
Patch43: openssh-4.3p2-localtime.patch
|
||||
Patch44: openssh-4.3p2-allow-ip-opts.patch
|
||||
Patch100: openssh-4.3p2-controlpersist.patch
|
||||
Patch101: openssh-4.2p1-controldisplay.patch
|
||||
Patch102: openssh-4.3p2-multidisplay.patch
|
||||
Patch103: openssh-4.2p1-controlcleanup.patch
|
||||
License: BSD
|
||||
Group: Applications/Internet
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
@ -229,6 +235,10 @@ an X11 passphrase dialog for OpenSSH.
|
||||
%patch42 -p1 -b .no-dups
|
||||
%patch43 -p1 -b .localtime
|
||||
%patch44 -p1 -b .ip-opts
|
||||
%patch100 -p1 -b .persist
|
||||
%patch101 -p1 -b .cdisplay
|
||||
%patch102 -p1 -b .multidisplay
|
||||
%patch103 -p1 -b .controlcleanup
|
||||
|
||||
autoreconf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user