View | Details | Raw Unified | Return to bug 1482 | Differences between
and this patch

Collapse All | Expand All

(-)openssh.spec (-1 / +11 lines)
Lines 53-58 Link Here
53
%define rescue 0
53
%define rescue 0
54
%{?build_rescue:%define rescue 1}
54
%{?build_rescue:%define rescue 1}
55
%{?build_rescue:%define rescue_rel rescue}
55
%{?build_rescue:%define rescue_rel rescue}
56
%define rescue_rel .persist.1
56
57
57
# Turn off some stuff for resuce builds
58
# Turn off some stuff for resuce builds
58
%if %{rescue}
59
%if %{rescue}
Lines 97-102 Patch55: openssh-4.7p1-cloexec.patch Link Here
97
Patch58: openssh-4.5p1-controlcleanup.patch
98
Patch58: openssh-4.5p1-controlcleanup.patch
98
Patch59: openssh-4.7p1-master-race.patch
99
Patch59: openssh-4.7p1-master-race.patch
99
100
101
# https://bugzilla.mindrot.org/show_bug.cgi?id=1330
102
Patch100: ssh-controlpersist.patch
103
# https://bugzilla.mindrot.org/show_bug.cgi?id=1328
104
Patch101: openssh-4.2p1-controldisplay.patch
105
Patch102: openssh-4.5p1-multidisplay.patch
106
100
License: BSD
107
License: BSD
101
Group: Applications/Internet
108
Group: Applications/Internet
102
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
109
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Lines 226-234 an X11 passphrase dialog for OpenSSH. Link Here
226
%patch51 -p1 -b .nss-keys
233
%patch51 -p1 -b .nss-keys
227
%patch54 -p0 -b .gssapi-role
234
%patch54 -p0 -b .gssapi-role
228
%patch55 -p1 -b .cloexec
235
%patch55 -p1 -b .cloexec
236
237
%patch100 -p0 -b .persist
238
%patch101 -p1 -b .cdisplay
239
%patch102 -p1 -b .multidisplay
229
%patch58 -p1 -b .controlcleanup
240
%patch58 -p1 -b .controlcleanup
230
%patch59 -p1 -b .master-race
241
%patch59 -p1 -b .master-race
231
232
autoreconf
242
autoreconf
233
243
234
%build
244
%build

Return to bug 1482