]> git.pld-linux.org Git - packages/qemu.git/blobdiff - qemu.spec
- up to 1.6.1
[packages/qemu.git] / qemu.spec
index a56e27dcfabf43c76683d4172d4c64b59e1a180e..bd12362a413f369409bc379e6d597003b28233dc 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -1,6 +1,5 @@
 # TODO:
 # - merge missing bits from qemu-kvm
-# - --enable-glusterfs when glusterfs 3.4 is out
 # - qemu-system-ppc -hda ac-ppc.img says:
 #   qemu: could not open disk image ac-ppc.img: error "Success"
 #   qemu-0.12.2-2.x86_64.rpm - broken
@@ -12,7 +11,8 @@
 %bcond_without sdl             # SDL UI and audio support
 %bcond_without glx             # OpenGL/GLX support
 %bcond_without ceph            # Ceph/RBD support
-%bcond_with    glusterfs       # GlusterFS backend
+%bcond_without glusterfs       # GlusterFS backend
+%bcond_without rdma            # RDMA-based migration support
 %bcond_with    gtk2            # GTK+ 2.x instead of 3.x
 %bcond_without spice           # SPICE support
 %bcond_with    esd             # EsounD audio support
 Summary:       QEMU CPU Emulator
 Summary(pl.UTF-8):     QEMU - emulator procesora
 Name:          qemu
-Version:       1.5.0
+Version:       1.6.1
 Release:       1
 License:       GPL v2+
 Group:         Applications/Emulators
 Source0:       http://wiki.qemu-project.org/download/%{name}-%{version}.tar.bz2
-# Source0-md5: b6f3265b8ed39d77e8f354f35cc26e16
+# Source0-md5: 3a897d722457c5a895cd6ac79a28fda0
 Patch0:                %{name}-cflags.patch
 Patch1:                vgabios-widescreens.patch
 Patch2:                %{name}-whitelist.patch
@@ -54,9 +54,11 @@ BuildRequires:       libcacard-devel
 BuildRequires: libcap-devel
 BuildRequires: libcap-ng-devel
 BuildRequires: libfdt-devel
+%{?with_rdma:BuildRequires:    libibverbs-devel}
 BuildRequires: libiscsi-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
+%{?with_rdma:BuildRequires:    librdmacm-devel}
 BuildRequires: libseccomp-devel
 BuildRequires: libssh2-devel >= 1.2.8
 # for usb passthrough, when available
@@ -550,6 +552,7 @@ ln -s ../error.h qapi/error.h
        --enable-mixemu \
        %{__enable_disable glx} \
        %{__enable_disable ceph rbd} \
+       %{__enable_disable rdma} \
        %{__enable_disable sdl} \
        --enable-seccomp \
        %{__enable_disable spice} \
@@ -638,6 +641,7 @@ fi
 %{_datadir}/%{name}/*.bin
 %{_datadir}/%{name}/*.rom
 %{_datadir}/%{name}/*.dtb
+%{_datadir}/%{name}/qemu_logo_no_text.svg
 %{_datadir}/%{name}/openbios-ppc
 %{_datadir}/%{name}/openbios-sparc*
 %{_datadir}/%{name}/palcode-clipper
This page took 0.037681 seconds and 4 git commands to generate.