Upstream release 0.1.8
This commit is contained in:
parent
608f915ea7
commit
e61694fd1d
@ -10,3 +10,4 @@ libvirt-0.1.4.tar.gz
|
|||||||
libvirt-0.1.5.tar.gz
|
libvirt-0.1.5.tar.gz
|
||||||
libvirt-0.1.6.tar.gz
|
libvirt-0.1.6.tar.gz
|
||||||
libvirt-0.1.7.tar.gz
|
libvirt-0.1.7.tar.gz
|
||||||
|
libvirt-0.1.8.tar.gz
|
||||||
|
17
libvirt.spec
17
libvirt.spec
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: Library providing an API to use the Xen virtualization
|
Summary: Library providing an API to use the Xen virtualization
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 0.1.7
|
Version: 0.1.8
|
||||||
Release: 2
|
Release: 1
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: libvirt-%{version}.tar.gz
|
Source: libvirt-%{version}.tar.gz
|
||||||
@ -21,8 +21,6 @@ BuildRequires: ncurses-devel
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
Obsoletes: libvir
|
Obsoletes: libvir
|
||||||
ExclusiveArch: i386 x86_64 ia64
|
ExclusiveArch: i386 x86_64 ia64
|
||||||
Patch0: libvirt_0.1.7_page_size.patch
|
|
||||||
Patch1: libvirt_0.1.7_mlock.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This C library provides an API to use the Xen virtualization framework,
|
This C library provides an API to use the Xen virtualization framework,
|
||||||
@ -52,8 +50,6 @@ supplied by the libvirt library to use the Xen virtualization framework.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0
|
|
||||||
%patch1 -p0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -115,9 +111,16 @@ rm -fr %{buildroot}
|
|||||||
%doc docs/examples/python
|
%doc docs/examples/python
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Oct 2 2006 Daniel Veillard <veillard@redhat.com> 0.1.7-2
|
* Mon Oct 16 2006 Daniel Veillard <veillard@redhat.com> 0.1.8-1
|
||||||
- fix missing page size detection code for ia64
|
- fix missing page size detection code for ia64
|
||||||
- fix mlock size when getting domain info list from hypervisor
|
- 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
|
* Fri Sep 22 2006 Daniel Veillard <veillard@redhat.com> 0.1.7-1
|
||||||
- Fix bug when running against xen-3.0.3 hypercalls
|
- Fix bug when running against xen-3.0.3 hypercalls
|
||||||
|
Loading…
Reference in New Issue
Block a user