update to 0.4.6 to fix a couple of bugs, Daniel

This commit is contained in:
Daniel Veillard 2008-09-24 07:36:24 +00:00
parent fd11e29ae7
commit a2e8e9c344
3 changed files with 7 additions and 18 deletions

View File

@ -1,13 +0,0 @@
diff --git a/src/qemu_conf.c b/src/qemu_conf.c
index d742c32..23ef050 100644
--- a/src/qemu_conf.c
+++ b/src/qemu_conf.c
@@ -790,7 +790,7 @@ int qemudBuildCommandLine(virConnectPtr conn,
if (!emulator)
return -1;
- ADD_ARG_LIT(vm->def->emulator);
+ ADD_ARG_LIT(emulator);
ADD_ARG_LIT("-S");
ADD_ARG_LIT("-M");
ADD_ARG_LIT(vm->def->os.machine);

View File

@ -29,12 +29,11 @@
Summary: Library providing a simple API virtualization
Name: libvirt
Version: 0.4.5
Release: 2%{?dist}%{?extra_release}
Version: 0.4.6
Release: 1%{?dist}%{?extra_release}
License: LGPLv2+
Group: Development/Libraries
Source: libvirt-%{version}.tar.gz
Patch0: libvirt-0.4.5-no-emulator-segfault.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL: http://libvirt.org/
BuildRequires: python python-devel
@ -148,7 +147,6 @@ of recent versions of Linux (and other OSes).
%prep
%setup -q
%patch0 -p1
%build
%if ! %{with_xen}
@ -304,6 +302,10 @@ fi
%doc docs/examples/python
%changelog
* Wed Sep 24 2008 Daniel Veillard <veillard@redhat.com> - 0.4.6-1.fc9
- upstream release 0.4.6
- fixes a couple of serious bugs in the previous release
* Tue Sep 9 2008 Daniel Veillard <veillard@redhat.com> - 0.4.5-2.fc9
- fix a crash if a QEmu/KVM domain is defined without an emulator path

View File

@ -1 +1 @@
dcb590a6202c332907eae7b44e47ca4b libvirt-0.4.5.tar.gz
abdf727deaffd868172f7243eb75ffe3 libvirt-0.4.6.tar.gz