diff --git a/.cvsignore b/.cvsignore index 0c3cc8a..8796573 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ libvirt-0.1.0.tar.gz libvirt-0.1.2.tar.gz libvirt-0.1.1.tar.gz libvirt-0.1.3.tar.gz +libvirt-0.1.4.tar.gz diff --git a/libvirt.spec b/libvirt.spec index 02b2009..3230dec 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1,11 +1,10 @@ Summary: Library providing an API to use the Xen virtualization Name: libvirt -Version: 0.1.3 -Release: 6 +Version: 0.1.4 +Release: 1 License: LGPL Group: Development/Libraries Source: libvirt-%{version}.tar.gz -Patch0: libvirt-uuid.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://libvir.org/ BuildRequires: python python-devel @@ -48,7 +47,6 @@ supplied by the libvirt library to use the Xen virtualization framework. %prep %setup -q -%patch0 -p0 %build %configure @@ -109,6 +107,13 @@ rm -fr %{buildroot} %doc docs/examples/python %changelog +* Wed Aug 16 2006 Daniel Veillard 0.1.4-1 +- vCPUs and affinity support +- more complete XML, console and boot options +- specific features support +- enforced read-only connections +- various improvements, bug fixes + * Wed Aug 2 2006 Jeremy Katz - 0.1.3-6 - add patch from pvetere to allow getting uuid from libvirt diff --git a/sources b/sources index 8d2e70a..39b17eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e820776aec5c51aa527aca1a848a1dc9 libvirt-0.1.3.tar.gz +d8479551ac2b7ff19341961b8ef9acc4 libvirt-0.1.4.tar.gz