diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-02-23 11:35:37 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-02-23 11:35:37 +0000 |
commit | 20cfd0c8188a37c9be2aa74f6a466403abcc6d29 (patch) | |
tree | 3c7360e5ce1f21fc72f7415933539ee6cfcbd07a | |
parent | * src/libvirt.c: fixing a bug before the release of 0.0.5 (diff) | |
download | libvirt-20cfd0c8188a37c9be2aa74f6a466403abcc6d29.tar.gz libvirt-20cfd0c8188a37c9be2aa74f6a466403abcc6d29.tar.bz2 libvirt-20cfd0c8188a37c9be2aa74f6a466403abcc6d29.zip |
Oops forgot to update the spec file, Danielv0.0.5LIBVIRT_0_0_5
-rw-r--r-- | libvirt.spec.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libvirt.spec.in b/libvirt.spec.in index 698301002..14000dfee 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -9,6 +9,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://libvir.org/ BuildRequires: xen python python-devel Requires: xen +Requires: libxml2 +BuildRequires: libxml2-devel Obsoletes: libvir ExclusiveArch: i386 x86_64 @@ -97,6 +99,12 @@ rm -fr %{buildroot} %doc python/libvirtclass.txt %changelog +* Thu Feb 23 2006 Daniel Veillard <veillard@redhat.com> 0.0.5-1 +- new domain creation API +- new UUID based APIs +- more tests, documentation, devhelp +- bug fixes + * Fri Feb 10 2006 Daniel Veillard <veillard@redhat.com> 0.0.4-1 - fixes some problems in 0.0.3 due to the change of names |