|
|
|
|
@@ -1,41 +1,31 @@
|
|
|
|
|
# -*- rpm-spec -*-
|
|
|
|
|
|
|
|
|
|
%define with_xen 1
|
|
|
|
|
%define with_xen_proxy 1
|
|
|
|
|
%define with_qemu 1
|
|
|
|
|
%define with_openvz 1
|
|
|
|
|
%define with_lxc 1
|
|
|
|
|
%define with_polkit 0
|
|
|
|
|
|
|
|
|
|
# Xen is available only on i386 x86_64 ia64
|
|
|
|
|
%ifnarch i386 i686 x86_64 ia64
|
|
|
|
|
%define with_xen 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if ! %{with_xen}
|
|
|
|
|
%define with_xen_proxy 0
|
|
|
|
|
%if 0%{fedora} >= 8
|
|
|
|
|
%define with_polkit 1
|
|
|
|
|
%define with_proxy no
|
|
|
|
|
%else
|
|
|
|
|
%define with_polkit 0
|
|
|
|
|
%define with_proxy yes
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if "%{fedora}"
|
|
|
|
|
%ifarch ppc64
|
|
|
|
|
%define with_qemu 0
|
|
|
|
|
%else
|
|
|
|
|
%define with_qemu 1
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{fedora} >= 8
|
|
|
|
|
%define with_polkit 1
|
|
|
|
|
%define with_xen_proxy 0
|
|
|
|
|
%else
|
|
|
|
|
%define with_qemu 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Summary: Library providing a simple API virtualization
|
|
|
|
|
Name: libvirt
|
|
|
|
|
Version: 0.4.5
|
|
|
|
|
Release: 2%{?dist}%{?extra_release}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Version: 0.4.2
|
|
|
|
|
Release: 4%{?dist}%{?extra_release}
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Source: libvirt-%{version}.tar.gz
|
|
|
|
|
Patch0: libvirt-0.4.5-no-emulator-segfault.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
URL: http://libvirt.org/
|
|
|
|
|
BuildRequires: python python-devel
|
|
|
|
|
Requires: libxml2
|
|
|
|
|
@@ -56,14 +46,12 @@ Requires: PolicyKit >= 0.6
|
|
|
|
|
%endif
|
|
|
|
|
# For mount/umount in FS driver
|
|
|
|
|
BuildRequires: util-linux
|
|
|
|
|
# For showmount in FS driver (netfs discovery)
|
|
|
|
|
BuildRequires: nfs-utils
|
|
|
|
|
Requires: nfs-utils
|
|
|
|
|
# PPC64 has no Xen nor QEmu, try to build anyway
|
|
|
|
|
%ifnarch ppc64
|
|
|
|
|
%if %{with_qemu}
|
|
|
|
|
# From QEMU RPMs
|
|
|
|
|
Requires: /usr/bin/qemu-img
|
|
|
|
|
%else
|
|
|
|
|
%if %{with_xen}
|
|
|
|
|
# From Xen RPMs
|
|
|
|
|
Requires: /usr/sbin/qcow-create
|
|
|
|
|
%endif
|
|
|
|
|
@@ -74,11 +62,10 @@ Requires: lvm2
|
|
|
|
|
Requires: iscsi-initiator-utils
|
|
|
|
|
# For disk driver
|
|
|
|
|
Requires: parted
|
|
|
|
|
%if %{with_xen}
|
|
|
|
|
%ifarch i386 x86_64 ia64
|
|
|
|
|
BuildRequires: xen-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
BuildRequires: xhtml1-dtds
|
|
|
|
|
BuildRequires: readline-devel
|
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
@@ -96,11 +83,12 @@ BuildRequires: PolicyKit-devel >= 0.6
|
|
|
|
|
%endif
|
|
|
|
|
# For mount/umount in FS driver
|
|
|
|
|
BuildRequires: util-linux
|
|
|
|
|
# PPC64 has no Xen nor QEmu, try to build anyway
|
|
|
|
|
%ifnarch ppc64
|
|
|
|
|
%if %{with_qemu}
|
|
|
|
|
# From QEMU RPMs
|
|
|
|
|
BuildRequires: /usr/bin/qemu-img
|
|
|
|
|
%else
|
|
|
|
|
%if %{with_xen}
|
|
|
|
|
# From Xen RPMs
|
|
|
|
|
BuildRequires: /usr/sbin/qcow-create
|
|
|
|
|
%endif
|
|
|
|
|
@@ -125,7 +113,7 @@ Summary: Libraries, includes, etc. to compile with the libvirt library
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: libvirt = %{version}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
%if %{with_xen}
|
|
|
|
|
%ifarch i386 x86_64 ia64
|
|
|
|
|
Requires: xen-devel
|
|
|
|
|
%endif
|
|
|
|
|
Obsoletes: libvir-devel
|
|
|
|
|
@@ -148,33 +136,30 @@ of recent versions of Linux (and other OSes).
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%if ! %{with_xen}
|
|
|
|
|
%define _without_xen --without-xen
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if ! %{with_qemu}
|
|
|
|
|
%define _without_qemu --without-qemu
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if ! %{with_openvz}
|
|
|
|
|
%define _without_openvz --without-openvz
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if ! %{with_lxc}
|
|
|
|
|
%define _without_lxc --without-lxc
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%configure %{?_without_xen} \
|
|
|
|
|
%{?_without_qemu} \
|
|
|
|
|
%{?_without_openvz} \
|
|
|
|
|
%{?_without_lxc} \
|
|
|
|
|
# Xen is available only on i386 x86_64 ia64
|
|
|
|
|
%ifarch i386 i686 x86_64 ia64
|
|
|
|
|
%configure --with-init-script=redhat \
|
|
|
|
|
--with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid \
|
|
|
|
|
--with-remote-file=%{_localstatedir}/run/libvirtd.pid \
|
|
|
|
|
--with-xen-proxy=%{with_proxy}
|
|
|
|
|
%else
|
|
|
|
|
%ifnarch ppc64
|
|
|
|
|
%configure --without-xen \
|
|
|
|
|
--with-init-script=redhat \
|
|
|
|
|
--with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid \
|
|
|
|
|
--with-remote-file=%{_localstatedir}/run/libvirtd.pid
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
%else
|
|
|
|
|
%configure --without-xen \
|
|
|
|
|
--without-qemu \
|
|
|
|
|
--with-init-script=redhat \
|
|
|
|
|
--with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid \
|
|
|
|
|
--with-remote-file=%{_localstatedir}/run/libvirtd.pid
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -fr %{buildroot}
|
|
|
|
|
@@ -257,21 +242,14 @@ fi
|
|
|
|
|
%dir %{_localstatedir}/lib/libvirt/
|
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/images/
|
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/boot/
|
|
|
|
|
%{_datadir}/augeas/lenses/libvirtd.aug
|
|
|
|
|
%{_datadir}/augeas/lenses/libvirtd_qemu.aug
|
|
|
|
|
%{_datadir}/augeas/lenses/tests/test_libvirtd.aug
|
|
|
|
|
%{_datadir}/augeas/lenses/tests/test_libvirtd_qemu.aug
|
|
|
|
|
%if %{with_polkit}
|
|
|
|
|
%{_datadir}/PolicyKit/policy/org.libvirt.unix.policy
|
|
|
|
|
%{_datadir}/PolicyKit/policy/libvirtd.policy
|
|
|
|
|
%endif
|
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/qemu/
|
|
|
|
|
%if %{with_xen_proxy}
|
|
|
|
|
%if %{with_proxy} == "yes"
|
|
|
|
|
%attr(4755, root, root) %{_libexecdir}/libvirt_proxy
|
|
|
|
|
%endif
|
|
|
|
|
%attr(0755, root, root) %{_libexecdir}/libvirt_parthelper
|
|
|
|
|
%if %{with_lxc}
|
|
|
|
|
%attr(0755, root, root) %{_libexecdir}/libvirt_lxc
|
|
|
|
|
%endif
|
|
|
|
|
%attr(0755, root, root) %{_sbindir}/libvirtd
|
|
|
|
|
%doc docs/*.rng
|
|
|
|
|
%doc docs/*.xml
|
|
|
|
|
@@ -304,45 +282,14 @@ fi
|
|
|
|
|
%doc docs/examples/python
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 9 2008 Daniel Veillard <veillard@redhat.com> - 0.4.5-2.fc10
|
|
|
|
|
- fix a crash if a QEmu/KVM domain is defined without an emulator path
|
|
|
|
|
|
|
|
|
|
* Mon Sep 8 2008 Daniel Veillard <veillard@redhat.com> - 0.4.5-1.fc10
|
|
|
|
|
- upstream release 0.4.5
|
|
|
|
|
- a lot of bug fixes
|
|
|
|
|
- major updates to QEmu/KVM and Linux containers drivers
|
|
|
|
|
- support for OpenVZ if installed
|
|
|
|
|
|
|
|
|
|
* Thu Aug 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.4-3.fc10
|
|
|
|
|
- fix license tag
|
|
|
|
|
|
|
|
|
|
* Tue Jul 8 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.4-2.fc10
|
|
|
|
|
- Fix booting of CDROM images with KVM (rhbz #452355)
|
|
|
|
|
|
|
|
|
|
* Wed Jun 25 2008 Daniel Veillard <veillard@redhat.com> - 0.4.4-1.fc10
|
|
|
|
|
- upstream release 0.4.4
|
|
|
|
|
- fix a few bugs in previous release
|
|
|
|
|
|
|
|
|
|
* Thu Jun 12 2008 Daniel Veillard <veillard@redhat.com> - 0.4.3-1.fc10
|
|
|
|
|
- upstream release 0.4.3
|
|
|
|
|
- many bug fixes
|
|
|
|
|
- many small improvements
|
|
|
|
|
- serious xenner fixes
|
|
|
|
|
|
|
|
|
|
* Wed Jun 4 2008 Mark McLoughlin <markmc@redhat.com> - 0.4.2-6.fc10
|
|
|
|
|
* Wed Jun 4 2008 Mark McLoughlin <markmc@redhat.com> - 0.4.2-4.fc9
|
|
|
|
|
- Disable lokkit support again (#449996, #447633)
|
|
|
|
|
- Ensure %{fedora} is evaluated correctly
|
|
|
|
|
- Ensure PolicyKit is enabled (#446616)
|
|
|
|
|
|
|
|
|
|
* Thu May 15 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.2-5.fc10
|
|
|
|
|
- Rebuild with policy enabled (rhbz #446616)
|
|
|
|
|
|
|
|
|
|
* Fri May 9 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.2-4.fc10
|
|
|
|
|
* Fri May 9 2008 Daniel P. Berrange <berrange@redhat.com> - 0.4.2-3.fc9
|
|
|
|
|
- Added directory for initrd/kernel images for SELinux policy
|
|
|
|
|
|
|
|
|
|
* Mon Apr 28 2008 Mark McLoughlin <markmc@redhat.com> - 0.4.2-3.fc10
|
|
|
|
|
- Simplify the way arch conditionals are handled
|
|
|
|
|
|
|
|
|
|
* Mon Apr 28 2008 Mark McLoughlin <markmc@redhat.com> - 0.4.2-2.fc10
|
|
|
|
|
* Mon Apr 28 2008 Mark McLoughlin <markmc@redhat.com> - 0.4.2-2.fc9
|
|
|
|
|
- Enable lokkit support (#443796)
|
|
|
|
|
|
|
|
|
|
* Tue Apr 8 2008 Daniel Veillard <veillard@redhat.com> - 0.4.2-1.fc9
|
|
|
|
|
|