Disable libxl on F18 too
This commit is contained in:
parent
96b1b18b42
commit
2c2e71c0ce
@ -295,7 +295,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# libxl driver doesn't build with Xen 4.2 in rawhide
|
# 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
|
%define with_libxl 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -320,7 +320,7 @@
|
|||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 0.10.2.1
|
Version: 0.10.2.1
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 2%{?dist}%{?extra_release}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
@ -1903,6 +1903,9 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 30 2012 Cole Robinson <crobinso@redhat.com> - 0.10.2.1-2
|
||||||
|
- Disable libxl on F18 too
|
||||||
|
|
||||||
* Sat Oct 27 2012 Cole Robinson <crobinso@redhat.com> - 0.10.2.1-1
|
* Sat Oct 27 2012 Cole Robinson <crobinso@redhat.com> - 0.10.2.1-1
|
||||||
- Rebased to version 0.10.2.1
|
- Rebased to version 0.10.2.1
|
||||||
- Fix lvm volume creation when alloc=0 (bz #866481)
|
- Fix lvm volume creation when alloc=0 (bz #866481)
|
||||||
|
Loading…
Reference in New Issue
Block a user