From 9c7de20a2bc534f5a5459c195bf9bfaf6bf6b70d Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 28 Jan 2013 20:17:31 +0100 Subject: [PATCH] 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. --- libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 6212b3c61c..5ac2f92e17 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