From: Jiri Denemark Date: Fri, 25 May 2018 07:45:15 +0000 (+0200) Subject: spec: Enable libssh on future RHEL X-Git-Tag: v4.4.0-rc1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a2550c27176745a0f786abd5b99822931ca3c6;p=thirdparty%2Flibvirt.git spec: Enable libssh on future RHEL Future RHEL will certainly be modern enough to support libssh. Signed-off-by: Jiri Denemark --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 0e4a84c98c..5e1e1df3f0 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -191,7 +191,7 @@ %endif # Enable libssh transport for new enough distros -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 %define with_libssh 0%{!?_without_libssh:1} %endif