From: Peter Krempa Date: Mon, 28 Jan 2013 19:17:31 +0000 (+0100) Subject: spec: Disable libssh2 support for RHEL X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9c7de20a2bc534f5a5459c195bf9bfaf6bf6b70d;p=people%2Fdariof%2Flibvirt.git 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. --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 6212b3c61..5ac2f92e1 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -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