Compare commits

...

3 Commits

Author SHA1 Message Date
Daniel Veillard
cf2cd869d9 Added fix for network on non-hvm guests, daniel 2006-08-21 14:09:44 +00:00
Daniel Veillard
f2572ab2b4 Fix a uuid parsing bug, Daniel 2006-08-17 17:47:37 +00:00
Daniel Veillard
90a17a6e65 Release of 0.1.4, Daniel 2006-08-16 17:15:20 +00:00
3 changed files with 21 additions and 5 deletions

View File

@@ -6,3 +6,4 @@ libvirt-0.1.0.tar.gz
libvirt-0.1.2.tar.gz
libvirt-0.1.1.tar.gz
libvirt-0.1.3.tar.gz
libvirt-0.1.4.tar.gz

View File

@@ -1,11 +1,10 @@
Summary: Library providing an API to use the Xen virtualization
Name: libvirt
Version: 0.1.3
Release: 6
Version: 0.1.4
Release: 3
License: LGPL
Group: Development/Libraries
Source: libvirt-%{version}.tar.gz
Patch0: libvirt-uuid.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://libvir.org/
BuildRequires: python python-devel
@@ -19,6 +18,8 @@ BuildRequires: readline-devel
BuildRequires: ncurses-devel
Obsoletes: libvir
ExclusiveArch: i386 x86_64 ia64
Patch0: uuid_parse.patch
Patch1: network.patch
%description
This C library provides an API to use the Xen virtualization framework,
@@ -48,7 +49,8 @@ supplied by the libvirt library to use the Xen virtualization framework.
%prep
%setup -q
%patch0 -p0
%patch0
%patch1
%build
%configure
@@ -109,6 +111,19 @@ rm -fr %{buildroot}
%doc docs/examples/python
%changelog
* Mon Aug 21 2006 Daniel Veillard <veillard@redhat.com> 0.1.4-3
- another patch to fix network handling in non-HVM guests
* Thu Aug 17 2006 Daniel Veillard <veillard@redhat.com> 0.1.4-2
- patch to fix virParseUUID()
* Wed Aug 16 2006 Daniel Veillard <veillard@redhat.com> 0.1.4-1
- vCPUs and affinity support
- more complete XML, console and boot options
- specific features support
- enforced read-only connections
- various improvements, bug fixes
* Wed Aug 2 2006 Jeremy Katz <katzj@redhat.com> - 0.1.3-6
- add patch from pvetere to allow getting uuid from libvirt

View File

@@ -1 +1 @@
e820776aec5c51aa527aca1a848a1dc9 libvirt-0.1.3.tar.gz
d8479551ac2b7ff19341961b8ef9acc4 libvirt-0.1.4.tar.gz