From 8d18d826a40b15d076fd6bf02c3a9bbae01f2c09 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 7 Jul 2008 10:00:30 +0000 Subject: [PATCH] * proxy/libvirt_proxy.c: fix a compilation problem without Xen * libvirt.spec.in: add %{release] to BuildRoot Daniel --- ChangeLog | 5 +++++ libvirt.spec.in | 2 +- proxy/libvirt_proxy.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5b999b58a9..f513193e8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 7 11:59:07 CEST 2008 Daniel Veillard + + * proxy/libvirt_proxy.c: fix a compilation problem without Xen + * libvirt.spec.in: add %{release] to BuildRoot + Mon Jul 7 10:39:56 BST 2008 Daniel P. Berrange * src/capabilities.c: Refactor to avoid memory leak when in diff --git a/libvirt.spec.in b/libvirt.spec.in index d7b82fa0fa..e7df3819d1 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -32,7 +32,7 @@ Release: 1%{?dist}%{?extra_release} License: LGPL Group: Development/Libraries Source: libvirt-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root URL: http://libvirt.org/ BuildRequires: python python-devel Requires: libxml2 diff --git a/proxy/libvirt_proxy.c b/proxy/libvirt_proxy.c index 14db0bd786..a2e3a5a0cb 100644 --- a/proxy/libvirt_proxy.c +++ b/proxy/libvirt_proxy.c @@ -10,10 +10,10 @@ */ #include +#include #ifdef WITH_XEN -#include #include #include #include -- 2.39.5