Hello community, here is the log from the commit of package vhostmd for openSUSE:Factory checked in at 2015-01-22 21:49:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vhostmd (Old) and /work/SRC/openSUSE:Factory/.vhostmd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vhostmd" Changes: -------- --- /work/SRC/openSUSE:Factory/vhostmd/vhostmd.changes 2014-11-12 00:22:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.vhostmd.new/vhostmd.changes 2015-01-22 21:49:29.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Jan 14 09:21:43 MST 2015 - [email protected] + +- Build vhostmd for all architectures + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vhostmd.spec ++++++ --- /var/tmp/diff_new_pack.wROQu6/_old 2015-01-22 21:49:30.000000000 +0100 +++ /var/tmp/diff_new_pack.wROQu6/_new 2015-01-22 21:49:30.000000000 +0100 @@ -1,8 +1,7 @@ # # spec file for package vhostmd # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2010 Novell Inc. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +16,22 @@ # +%define with_xen 0%{!?_without_xen:1} + +# Xen is available only on x86_64 +%ifnarch x86_64 +%define with_xen 0 +%endif + Name: vhostmd -ExclusiveArch: %ix86 x86_64 BuildRequires: libtool BuildRequires: libvirt-devel BuildRequires: libxml2 BuildRequires: libxml2-devel BuildRequires: pkg-config +%if %{with_xen} BuildRequires: xen-devel +%endif Summary: Virtual Host Metrics Daemon (vhostmd) License: LGPL-2.1+ Group: System/Daemons @@ -93,8 +100,15 @@ %patch4 -p1 %build +%if ! %{with_xen} +%define _disable_libxenstat --disable-libxenstat +%define _disable_xenctrl --disable-xenctrl +%endif + autoreconf -fi -%configure --without-xenstore +%configure --without-xenstore \ + %{?_disable_libxenstat} \ + %{?_disable_xenctrl} make %preun -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
