Compare commits

..
3 changed files with 23 additions and 4 deletions
+1
View File
@@ -7,3 +7,4 @@ libvirt-0.1.2.tar.gz
libvirt-0.1.1.tar.gz
libvirt-0.1.3.tar.gz
libvirt-0.1.4.tar.gz
libvirt-0.1.5.tar.gz
+21 -3
View File
@@ -1,6 +1,6 @@
Summary: Library providing an API to use the Xen virtualization
Name: libvirt
Version: 0.1.4
Version: 0.1.5
Release: 1
License: LGPL
Group: Development/Libraries
@@ -12,12 +12,12 @@ Requires: xen
Requires: libxml2
Requires: readline
Requires: ncurses
BuildRequires: xen-devel >= 3.0.2-23
BuildRequires: xen-devel
BuildRequires: libxml2-devel
BuildRequires: readline-devel
BuildRequires: ncurses-devel
Obsoletes: libvir
ExclusiveArch: i386 x86_64 ia64
ExclusiveArch: i386 x86_64
%description
This C library provides an API to use the Xen virtualization framework,
@@ -107,6 +107,24 @@ rm -fr %{buildroot}
%doc docs/examples/python
%changelog
* Tue Sep 5 2006 Daniel Veillard <veillard@redhat.com> 0.1.5-1
- new release
- bug fixes
- support for new hypervisor calls
- early code for config files and defined domains
* 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
+1 -1
View File
@@ -1 +1 @@
d8479551ac2b7ff19341961b8ef9acc4 libvirt-0.1.4.tar.gz
9bf502d9766fb3efffaa60103b71ddd8 libvirt-0.1.5.tar.gz