* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.1.9-2

- rebuild against python 2.5
This commit is contained in:
Jeremy Katz 2006-12-07 16:42:54 +00:00
parent 8713d4b7ef
commit dcd808aefc

View File

@ -3,7 +3,7 @@
Summary: Library providing an API to use the Xen virtualization
Name: libvirt
Version: 0.1.9
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPL
Group: Development/Libraries
Source: libvirt-%{version}.tar.gz
@ -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
@ -113,6 +112,9 @@ rm -fr %{buildroot}
%doc docs/examples/python
%changelog
* 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