From 2036f43563bdbcdc3555460ccd6f31ab713d4bb6827d67515163bb6e3066761a Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Wed, 16 Nov 2016 18:45:09 +0000 Subject: [PATCH] Accepting request 440644 from home:jfehlig:branches:Virtualization - spec: explicitly set qemu-bridge-helper path to /usr/lib/ bsc#999070 OBS-URL: https://build.opensuse.org/request/show/440644 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=572 --- libvirt.changes | 6 ++++++ libvirt.spec | 12 ++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/libvirt.changes b/libvirt.changes index 1de210c..05a3006 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 16 18:13:18 UTC 2016 - jfehlig@suse.com + +- spec: explicitly set qemu-bridge-helper path to /usr/lib/ + bsc#999070 + ------------------------------------------------------------------- Tue Nov 8 10:18:44 UTC 2016 - cbosdonnat@suse.com diff --git a/libvirt.spec b/libvirt.spec index a21acae..39eb39e 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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 @@ BuildRequires: numad %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 @@ capabilities of recent versions of Linux (and other OSes). %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 @@ export CFLAGS="$RPM_OPT_FLAGS" %{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