提交 8d18d826 编写于 作者: D Daniel Veillard

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

* libvirt.spec.in: add %{release] to BuildRoot
Daniel
上级 bf79e90f
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> Mon Jul 7 10:39:56 BST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/capabilities.c: Refactor to avoid memory leak when in * src/capabilities.c: Refactor to avoid memory leak when in
......
...@@ -32,7 +32,7 @@ Release: 1%{?dist}%{?extra_release} ...@@ -32,7 +32,7 @@ Release: 1%{?dist}%{?extra_release}
License: LGPL License: LGPL
Group: Development/Libraries Group: Development/Libraries
Source: libvirt-%{version}.tar.gz Source: libvirt-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL: http://libvirt.org/ URL: http://libvirt.org/
BuildRequires: python python-devel BuildRequires: python python-devel
Requires: libxml2 Requires: libxml2
......
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
*/ */
#include <config.h> #include <config.h>
#include <stdio.h>
#ifdef WITH_XEN #ifdef WITH_XEN
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include <errno.h> #include <errno.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册