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

Collapse All | Expand All

(-)openssh.spec.orig (-2 / +2 lines)
Lines 69-77 Link Here
69
BuildPreReq: gnome-libs-devel
69
BuildPreReq: gnome-libs-devel
70
%endif
70
%endif
71
%if ! %{static_libcrypto}
71
%if ! %{static_libcrypto}
72
PreReq: openssl >= 0.9.5a
72
PreReq: openssl >= 0.9.6
73
PreReq: openssl = %{exact_openssl_version}
73
PreReq: openssl = %{exact_openssl_version}
74
Requires: openssl >= 0.9.5a
74
Requires: openssl >= 0.9.6
75
%endif
75
%endif
76
Requires: rpm >= 3.0.5
76
Requires: rpm >= 3.0.5
77
77

Return to bug 141