spec: Enable libssh on future RHEL

Future RHEL will certainly be modern enough to support libssh.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
Jiri Denemark 2018-05-25 09:45:15 +02:00
parent b9eb0145eb
commit 11a2550c27

View File

@ -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