Compare commits

...

5 Commits

Author SHA1 Message Date
Daniel P. Berrange
b3a53e18a9 Added patch to fix dom0ops for new Xen 3.0.3 kernels 2006-09-04 19:21:27 +00:00
Jeremy Katz
24467d1235 can't build on ia64 while xen isn't building there 2006-08-29 01:00:00 +00:00
Jeremy Katz
fdaa69f5e3 * Mon Aug 28 2006 Jeremy Katz <katzj@redhat.com> - 0.1.4-4
- add patch to support paravirt framebuffer in Xen
2006-08-29 00:53:44 +00:00
Daniel Veillard
cf2cd869d9 Added fix for network on non-hvm guests, daniel 2006-08-21 14:09:44 +00:00
Daniel Veillard
f2572ab2b4 Fix a uuid parsing bug, Daniel 2006-08-17 17:47:37 +00:00

View File

@@ -1,7 +1,7 @@
Summary: Library providing an API to use the Xen virtualization
Name: libvirt
Version: 0.1.4
Release: 1
Release: 5
License: LGPL
Group: Development/Libraries
Source: libvirt-%{version}.tar.gz
@@ -17,7 +17,11 @@ BuildRequires: libxml2-devel
BuildRequires: readline-devel
BuildRequires: ncurses-devel
Obsoletes: libvir
ExclusiveArch: i386 x86_64 ia64
ExclusiveArch: i386 x86_64
Patch0: uuid_parse.patch
Patch1: network.patch
Patch2: libvirt-pvfb.patch
Patch3: libvirt-dom0ops.patch
%description
This C library provides an API to use the Xen virtualization framework,
@@ -47,6 +51,10 @@ supplied by the libvirt library to use the Xen virtualization framework.
%prep
%setup -q
%patch0
%patch1
%patch2
%patch3 -p1
%build
%configure
@@ -107,6 +115,18 @@ rm -fr %{buildroot}
%doc docs/examples/python
%changelog
* Mon Sep 4 2006 Daniel Berrange <berrange@redhat.com> - 0.1.4-5
- add patch to address dom0_ops API breakage in Xen 3.0.3 tree
* Mon Aug 28 2006 Jeremy Katz <katzj@redhat.com> - 0.1.4-4
- add patch to support paravirt framebuffer in Xen
* Mon Aug 21 2006 Daniel Veillard <veillard@redhat.com> 0.1.4-3
- another patch to fix network handling in non-HVM guests
* Thu Aug 17 2006 Daniel Veillard <veillard@redhat.com> 0.1.4-2
- patch to fix virParseUUID()
* Wed Aug 16 2006 Daniel Veillard <veillard@redhat.com> 0.1.4-1
- vCPUs and affinity support
- more complete XML, console and boot options