From 54c7c9997ced487889f2566e161b516a9d548eca Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Sep 06 2006 03:24:05 +0000 Subject: * Tue Sep 5 2006 Jeremy Katz - 0.1.5-3 - patch from danpb to support new-format cd devices for HVM guests --- diff --git a/libvirt.spec b/libvirt.spec index 63f7318..d0d4f67 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1,10 +1,11 @@ Summary: Library providing an API to use the Xen virtualization Name: libvirt Version: 0.1.5 -Release: 2 +Release: 3 License: LGPL Group: Development/Libraries Source: libvirt-%{version}.tar.gz +Patch0: libvirt-xendconfig-2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://libvir.org/ BuildRequires: python python-devel @@ -47,6 +48,7 @@ supplied by the libvirt library to use the Xen virtualization framework. %prep %setup -q +%patch0 -p0 %build %configure @@ -107,6 +109,9 @@ rm -fr %{buildroot} %doc docs/examples/python %changelog +* Tue Sep 5 2006 Jeremy Katz - 0.1.5-3 +- patch from danpb to support new-format cd devices for HVM guests + * Tue Sep 5 2006 Daniel Veillard 0.1.5-2 - reactivating ia64 support