]> xenbits.xensource.com Git - people/dariof/libvirt.git/commitdiff
spec: Disable libssh2 support for RHEL
authorPeter Krempa <pkrempa@redhat.com>
Mon, 28 Jan 2013 19:17:31 +0000 (20:17 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 30 Jul 2013 15:05:43 +0000 (17:05 +0200)
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

index 6212b3c61c8f7d64e07a678492e77a2ca1dfc58c..5ac2f92e17c7c8f77784648a7c6c26eaf0dcc42a 100644 (file)
 %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