]> xenbits.xensource.com Git - libvirt.git/commitdiff
* proxy/libvirt_proxy.c: fix a compilation problem without Xen
authorDaniel Veillard <veillard@redhat.com>
Mon, 7 Jul 2008 10:00:30 +0000 (10:00 +0000)
committerDaniel Veillard <veillard@redhat.com>
Mon, 7 Jul 2008 10:00:30 +0000 (10:00 +0000)
* libvirt.spec.in: add %{release] to BuildRoot
Daniel

ChangeLog
libvirt.spec.in
proxy/libvirt_proxy.c

index 5b999b58a9d8b17aa9731d91d4b415bfc47ae7ca..f513193e8ab6352b13055e64f573477bcdfb00b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index d7b82fa0fac94beda8633c5b5767b5eb69bb1b60..e7df3819d139ee864e72655018274b1916483797 100644 (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
index 14db0bd786171d8726b51975d9130072b9f4dc01..a2e3a5a0cb32df64f4377815d1b2d65ac36283e8 100644 (file)
  */
 
 #include <config.h>
+#include <stdio.h>
 
 #ifdef WITH_XEN
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>