spec: Disable libssh2 support for RHEL

https://bugzilla.redhat.com/show_bug.cgi?id=905513

Libssh2 isn't reliable enough to support the libvirt transport using it.
The problems include mishandling of "known_hosts" files that may confuse
users.
This commit is contained in:
Peter Krempa 2013-01-28 20:17:31 +01:00 committed by Jiri Denemark
parent df166a611b
commit 9c7de20a2b

View File

@ -255,7 +255,7 @@
%endif
# Enable libssh2 transport for new enough distros
%if 0%{?fedora} >= 17 || 0%{?rhel} >= 6
%if 0%{?fedora} >= 17
%define with_libssh2 0%{!?_without_libssh2:1}
%endif