Upstream release 0.1.0

This commit is contained in:
Daniel Veillard 2006-04-10 13:24:07 +00:00
parent f04b8ffc70
commit d55c7f267b
3 changed files with 13 additions and 2 deletions

View File

@ -2,3 +2,4 @@ libvirt-0.0.3.tar.gz
libvirt-0.0.4.tar.gz
libvirt-0.0.5.tar.gz
libvirt-0.0.6.tar.gz
libvirt-0.1.0.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Library providing an API to use the Xen virtualization
Name: libvirt
Version: 0.0.6
Version: 0.1.0
Release: 1
License: LGPL
Group: Development/Libraries
@ -10,7 +10,9 @@ URL: http://libvir.org/
BuildRequires: xen python python-devel
Requires: xen
Requires: libxml2
Requires: readline
BuildRequires: libxml2-devel
BuildRequires: readline-devel
Obsoletes: libvir
ExclusiveArch: i386 x86_64
@ -70,6 +72,7 @@ rm -fr %{buildroot}
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README COPYING.LIB TODO
%doc %{_mandir}/man1/virsh.1*
%{_bindir}/virsh
%{_libdir}/lib*.so.*
@ -99,6 +102,13 @@ rm -fr %{buildroot}
%doc python/libvirtclass.txt
%changelog
* Mon Apr 10 2006 Daniel Veillard <veillard@redhat.com> 0.1.0-1
- various fixes
- new APIs: for Node information and Reboot
- virsh improvements and extensions
- documentation updates and man page
- enhancement and fixes of the XML description format
* Tue Feb 28 2006 Daniel Veillard <veillard@redhat.com> 0.0.6-1
- added error handling APIs
- small bug fixes

View File

@ -1 +1 @@
51c4cd8255d8a639437959b934a2a5ac libvirt-0.0.6.tar.gz
bebb6a89c592d3e2ba19594de7341b81 libvirt-0.1.0.tar.gz