From a2e8e9c3441113b0fe95be90b07a269dc3b0afa6 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 24 Sep 2008 07:36:24 +0000 Subject: [PATCH] update to 0.4.6 to fix a couple of bugs, Daniel --- libvirt-0.4.5-no-emulator-segfault.patch | 13 ------------- libvirt.spec | 10 ++++++---- sources | 2 +- 3 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 libvirt-0.4.5-no-emulator-segfault.patch diff --git a/libvirt-0.4.5-no-emulator-segfault.patch b/libvirt-0.4.5-no-emulator-segfault.patch deleted file mode 100644 index 03eea80..0000000 --- a/libvirt-0.4.5-no-emulator-segfault.patch +++ /dev/null @@ -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); diff --git a/libvirt.spec b/libvirt.spec index 5c901b3..8bc3973 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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 - 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 - 0.4.5-2.fc9 - fix a crash if a QEmu/KVM domain is defined without an emulator path diff --git a/sources b/sources index ce6f52b..7efa881 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dcb590a6202c332907eae7b44e47ca4b libvirt-0.4.5.tar.gz +abdf727deaffd868172f7243eb75ffe3 libvirt-0.4.6.tar.gz