Compare commits

...

4 Commits

Author SHA1 Message Date
Daniel Veillard
8713d4b7ef Upstream release 0.1.9 2006-11-29 12:24:57 +00:00
Daniel Veillard
68efefa919 Stupid typo, Daniel 2006-11-07 13:16:46 +00:00
Daniel Veillard
1c5afbb774 Fix a few issues with the spec file including #202320, Daniel 2006-11-06 16:33:32 +00:00
Daniel Veillard
e61694fd1d Upstream release 0.1.8 2006-10-16 15:15:48 +00:00
3 changed files with 33 additions and 8 deletions

View File

@@ -10,3 +10,5 @@ libvirt-0.1.4.tar.gz
libvirt-0.1.5.tar.gz
libvirt-0.1.6.tar.gz
libvirt-0.1.7.tar.gz
libvirt-0.1.8.tar.gz
libvirt-0.1.9.tar.gz

View File

@@ -2,8 +2,8 @@
Summary: Library providing an API to use the Xen virtualization
Name: libvirt
Version: 0.1.7
Release: 2
Version: 0.1.9
Release: 1%{?dist}
License: LGPL
Group: Development/Libraries
Source: libvirt-%{version}.tar.gz
@@ -21,8 +21,6 @@ BuildRequires: ncurses-devel
BuildRequires: gettext
Obsoletes: libvir
ExclusiveArch: i386 x86_64 ia64
Patch0: libvirt_0.1.7_page_size.patch
Patch1: libvirt_0.1.7_mlock.patch
%description
This C library provides an API to use the Xen virtualization framework,
@@ -32,6 +30,8 @@ and the virsh command line tool to control virtual domains.
Summary: Libraries, includes, etc. to compile with the libvirt library
Group: Development/Libraries
Requires: libvirt = %{version}
Requires: xen-devel
Requires: pkgconfig
Obsoletes: libvir-devel
%description devel
@@ -52,8 +52,6 @@ supplied by the libvirt library to use the Xen virtualization framework.
%prep
%setup -q
%patch0 -p0
%patch1 -p0
%build
%configure
@@ -115,9 +113,34 @@ rm -fr %{buildroot}
%doc docs/examples/python
%changelog
* Mon Oct 2 2006 Daniel Veillard <veillard@redhat.com> 0.1.7-2
* Wed Nov 29 2006 Daniel Veillard <veillard@redhat.com> 0.1.9-1
- better error reporting
- python bindings fixes and extensions
- add support for shareable drives
- add support for non-bridge style networking
- hot plug device support
- added support for inactive domains
- API to dump core of domains
- various bug fixes, cleanups and improvements
- updated the localization
* Tue Nov 7 2006 Daniel Veillard <veillard@redhat.com> 0.1.8-3
- it's pkgconfig not pgkconfig !
* Mon Nov 6 2006 Daniel Veillard <veillard@redhat.com> 0.1.8-2
- fixing spec file, added %dist, -devel requires pkgconfig and xen-devel
- Resolves: rhbz#202320
* Mon Oct 16 2006 Daniel Veillard <veillard@redhat.com> 0.1.8-1
- fix missing page size detection code for ia64
- fix mlock size when getting domain info list from hypervisor
- vcpu number initialization
- don't label crashed domains as shut off
- fix virsh man page
- blktapdd support for alternate drivers like blktap
- memory leak fixes (xend interface and XML parsing)
- compile fix
- mlock/munlock size fixes
* Fri Sep 22 2006 Daniel Veillard <veillard@redhat.com> 0.1.7-1
- Fix bug when running against xen-3.0.3 hypercalls

View File

@@ -1 +1 @@
0ce3b3fd9afbc81c446ca30355e08e75 libvirt-0.1.7.tar.gz
f40d95ab973813a6a6588c6f828c7ed1 libvirt-0.1.9.tar.gz