Upstream release 0.1.0
This commit is contained in:
parent
f04b8ffc70
commit
d55c7f267b
@ -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
|
||||
|
12
libvirt.spec
12
libvirt.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user