Disable libxl driver, since it doesn't build with xen 4.2 in rawhide
This commit is contained in:
parent
404e58cb18
commit
f7763bfd17
14
libvirt.spec
14
libvirt.spec
@ -294,6 +294,10 @@
|
|||||||
%define with_storage 0
|
%define with_storage 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# libxl driver doesn't build with Xen 4.2 in rawhide
|
||||||
|
%if 0%{?fedora} && 0%{?fedora} >= 19
|
||||||
|
%define with_libxl 0
|
||||||
|
%endif
|
||||||
|
|
||||||
# Force QEMU to run as non-root
|
# Force QEMU to run as non-root
|
||||||
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
||||||
@ -316,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
|
Version: 0.10.2
|
||||||
Release: 3%{?dist}%{?extra_release}
|
Release: 4%{?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
|
||||||
@ -684,6 +688,11 @@ Requires(postun): systemd-units
|
|||||||
Requires: numad
|
Requires: numad
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# libxl driver doesn't build with Xen 4.2 in rawhide
|
||||||
|
%if ! %{with_libxl}
|
||||||
|
Obsoletes: libvirt-daemon-driver-libxl
|
||||||
|
%endif
|
||||||
|
|
||||||
%description daemon
|
%description daemon
|
||||||
Server side daemon required to manage the virtualization capabilities
|
Server side daemon required to manage the virtualization capabilities
|
||||||
of recent versions of Linux. Requires a hypervisor specific sub-RPM
|
of recent versions of Linux. Requires a hypervisor specific sub-RPM
|
||||||
@ -1891,6 +1900,9 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 25 2012 Cole Robinson <crobinso@redhat.com> - 0.10.2-4
|
||||||
|
- Disable libxl driver, since it doesn't build with xen 4.2 in rawhide
|
||||||
|
|
||||||
* Mon Sep 24 2012 Richard W.M. Jones <rjones@redhat.com> - 0.10.2-3
|
* Mon Sep 24 2012 Richard W.M. Jones <rjones@redhat.com> - 0.10.2-3
|
||||||
- Re-add 0001-Use-qemu-system-i386-as-binary-instead-of-qemu.patch
|
- Re-add 0001-Use-qemu-system-i386-as-binary-instead-of-qemu.patch
|
||||||
NB: This patch is Fedora-specific and not upstream.
|
NB: This patch is Fedora-specific and not upstream.
|
||||||
|
Loading…
Reference in New Issue
Block a user