* proxy/libvirt_proxy.c: fix a compilation problem without Xen

* libvirt.spec.in: add %{release] to BuildRoot
Daniel
This commit is contained in:
Daniel Veillard 2008-07-07 10:00:30 +00:00
parent bf79e90f3a
commit 8d18d826a4
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Mon Jul 7 11:59:07 CEST 2008 Daniel Veillard <veillard@redhat.com>
* 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 <berrange@redhat.com>
* src/capabilities.c: Refactor to avoid memory leak when in

View File

@ -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

View File

@ -10,10 +10,10 @@
*/
#include <config.h>
#include <stdio.h>
#ifdef WITH_XEN
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>