From 2c2e71c0ce1d432859671437f17e9478f14d9a2d Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Oct 31 2012 00:54:40 +0000 Subject: Disable libxl on F18 too --- diff --git a/libvirt.spec b/libvirt.spec index 08b1965..e419deb 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -295,7 +295,7 @@ %endif # libxl driver doesn't build with Xen 4.2 in rawhide -%if 0%{?fedora} && 0%{?fedora} >= 19 +%if 0%{?fedora} && 0%{?fedora} >= 18 %define with_libxl 0 %endif @@ -320,7 +320,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 0.10.2.1 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -1903,6 +1903,9 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd %endif %changelog +* Tue Oct 30 2012 Cole Robinson - 0.10.2.1-2 +- Disable libxl on F18 too + * Sat Oct 27 2012 Cole Robinson - 0.10.2.1-1 - Rebased to version 0.10.2.1 - Fix lvm volume creation when alloc=0 (bz #866481)