From: Daniel P. Berrangé Date: Wed, 3 Apr 2019 10:17:06 +0000 (+0100) Subject: mingw: unconditionally enable libssh2 in RPM X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f560ea0377265cc112dd43fa41dcfcf301d8d248;p=libvirt.git mingw: unconditionally enable libssh2 in RPM The libssh2 support in libvirt is not solely for phyp, it is used by the remote driver too. Reviewed-by: Andrea Bolognani Signed-off-by: Daniel P. Berrangé --- diff --git a/mingw-libvirt.spec.in b/mingw-libvirt.spec.in index 9983a5013f..913aaa8751 100644 --- a/mingw-libvirt.spec.in +++ b/mingw-libvirt.spec.in @@ -85,10 +85,8 @@ BuildRequires: gettext-devel BuildRequires: libtool %endif -%if %{with_phyp} BuildRequires: mingw32-libssh2 BuildRequires: mingw64-libssh2 -%endif %if %{with_esx} BuildRequires: mingw32-curl BuildRequires: mingw64-curl