Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2018-05-11 11:27:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvirt (Old)
 and      /work/SRC/openSUSE:Factory/.libvirt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvirt"

Fri May 11 11:27:30 2018 rev:258 rq:605206 version:4.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2018-05-06 
14:59:41.696931429 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes     2018-05-11 
11:27:36.993820739 +0200
@@ -1,0 +2,5 @@
+Mon May  7 17:06:10 UTC 2018 - [email protected]
+
+- spec: enable libssh support for suse_version >= 1500
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvirt.spec ++++++
--- /var/tmp/diff_new_pack.he5jvh/_old  2018-05-11 11:27:39.677722924 +0200
+++ /var/tmp/diff_new_pack.he5jvh/_new  2018-05-11 11:27:39.685722633 +0200
@@ -45,6 +45,7 @@
 %define with_sanlock       0%{!?_without_sanlock:1}
 %define with_polkit_rules  1
 %define with_wireshark     0%{!?_without_wireshark:1}
+%define with_libssh2       0%{!?_without_libssh2:1}
 
 # A few optional bits off by default, we enable later
 %define with_cgconfig      0%{!?_without_cgconfig:0}
@@ -105,6 +106,11 @@
     %define with_firewalld 1
 %endif
 
+# Enable libssh support in newer code bases
+%if 0%{?suse_version} >= 1500
+    %define with_libssh    1
+%endif
+
 # TODO: On what distros can we support bash-completion?
 #       SLE12 builds seem fine, but configure fails to detect
 #       completion support on openSUSE distros.
@@ -282,7 +288,9 @@
 BuildRequires:  fuse-devel >= 2.8.6
 BuildRequires:  libcap-ng-devel >= 0.5.0
 BuildRequires:  libnetcontrol-devel >= 0.2.0
+%if %{with_libssh2}
 BuildRequires:  libssh2-devel
+%endif
 %if %{with_esx}
 BuildRequires:  libcurl-devel
 %endif



Reply via email to