Compare commits

...

3 Commits

Author SHA1 Message Date
Daniel Veillard
8e36286f00 Release of 0.1.11, Daniel 2007-01-22 15:43:09 +00:00
Daniel Veillard
cd0f44cfff Release of libvirt-0.1.10
Daniel
2006-12-20 15:03:38 +00:00
Jeremy Katz
dcd808aefc * Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.1.9-2
- rebuild against python 2.5
2006-12-07 16:42:54 +00:00
3 changed files with 19 additions and 3 deletions

View File

@@ -12,3 +12,5 @@ libvirt-0.1.6.tar.gz
libvirt-0.1.7.tar.gz
libvirt-0.1.8.tar.gz
libvirt-0.1.9.tar.gz
libvirt-0.1.10.tar.gz
libvirt-0.1.11.tar.gz

View File

@@ -2,7 +2,7 @@
Summary: Library providing an API to use the Xen virtualization
Name: libvirt
Version: 0.1.9
Version: 0.1.11
Release: 1%{?dist}
License: LGPL
Group: Development/Libraries
@@ -43,7 +43,6 @@ Summary: Python bindings for the libvirt library
Group: Development/Libraries
Requires: libvirt = %{version}
Obsoletes: libvir-python
Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`)
%description python
The libvirt-python package contains a module that permits applications
@@ -85,6 +84,7 @@ rm -fr %{buildroot}
%{_bindir}/virsh
%{_libdir}/lib*.so.*
%attr(4755, root, root) %{_libexecdir}/libvirt_proxy
%doc docs/libvirt.rng
%files devel
%defattr(-, root, root)
@@ -113,6 +113,20 @@ rm -fr %{buildroot}
%doc docs/examples/python
%changelog
* Mon Jan 22 2007 Daniel Veillard <veillard@redhat.com> 0.1.11-1.fc7
- finish inactive Xen domains support
- memory leak fix
- RelaxNG schemas for XML configs
* Wed Dec 20 2006 Daniel Veillard <veillard@redhat.com> 0.1.10-1.fc7
- support for inactive Xen domains
- improved support for Xen display and vnc
- a few bug fixes
- localization updates
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.1.9-2
- rebuild against python 2.5
* Wed Nov 29 2006 Daniel Veillard <veillard@redhat.com> 0.1.9-1
- better error reporting
- python bindings fixes and extensions

View File

@@ -1 +1 @@
f40d95ab973813a6a6588c6f828c7ed1 libvirt-0.1.9.tar.gz
2ffed48966716b0eb6e7f7e166c270d9 libvirt-0.1.11.tar.gz