Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2016-11-18 21:59:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvirt (Old)
 and      /work/SRC/openSUSE:Factory/.libvirt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvirt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2016-11-10 
13:15:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes     2016-11-18 
21:59:50.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Nov 16 18:13:18 UTC 2016 - jfeh...@suse.com
+
+- spec: explicitly set qemu-bridge-helper path to /usr/lib/
+  bsc#999070
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libvirt.spec ++++++
--- /var/tmp/diff_new_pack.eV2G8y/_old  2016-11-18 21:59:52.000000000 +0100
+++ /var/tmp/diff_new_pack.eV2G8y/_new  2016-11-18 21:59:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -300,11 +300,6 @@
 %if %{with_wireshark}
 BuildRequires:  wireshark-devel >= 1.12.1
 %endif
-%if %{with_qemu}
-# BuildRequire qemu-tools so configure can detect qemu-bridge-helper
-# path.
-BuildRequires:  qemu-tools
-%endif
 
 Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-%{version}.tar.xz.asc
@@ -714,9 +709,9 @@
 
 %package libs
 Summary:        Client side libraries
-Group:          Development/Libraries/C and C++
 # So remote clients can access libvirt over SSH tunnel
 # (client invokes 'nc' against the UNIX socket on the server)
+Group:          Development/Libraries/C and C++
 Requires:       netcat-openbsd
 # Not technically required, but makes 'out-of-box' config
 # work correctly & doesn't have onerous dependencies
@@ -984,7 +979,8 @@
            %{arg_init_script} \
            ac_cv_path_MODPROBE=/sbin/modprobe \
            ac_cv_path_UDEVADM=/sbin/udevadm \
-           ac_cv_path_SHOWMOUNT=/usr/sbin/showmount
+           ac_cv_path_SHOWMOUNT=/usr/sbin/showmount \
+           ac_cv_path_QEMU_BRIDGE_HELPER=/usr/lib/qemu-bridge-helper
 make V=1 %{?jobs:-j%jobs} DOCS_DIR=%{_docdir}/%{name}-python 
EXAMPLE_DIR=%{_docdir}/%{name}-python/examples HTML_DIR=%{_docdir}/%{name}
 gzip -9 ChangeLog
 



Reply via email to