]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- up to 2.3.0 auto/th/qemu-2.3.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 29 Apr 2015 13:03:20 +0000 (15:03 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 29 Apr 2015 13:03:20 +0000 (15:03 +0200)
qemu.spec
x32.patch

index 47fbba8bd345e29eb24d14567a4ddb3d0a3cd026..20f2200256534ec008ac3787d4927186c7de1dcc 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -1,7 +1,6 @@
 #
 # Conditional build:
 %bcond_without sdl             # SDL UI and audio support
-%bcond_without glx             # OpenGL/GLX support
 %bcond_without ceph            # Ceph/RBD support
 %bcond_without glusterfs       # GlusterFS backend
 %bcond_without rdma            # RDMA-based migration support
 Summary:       QEMU CPU Emulator
 Summary(pl.UTF-8):     QEMU - emulator procesora
 Name:          qemu
-Version:       2.2.0
-Release:       2
+Version:       2.3.0
+Release:       1
 License:       GPL v2+
 Group:         Applications/Emulators
 Source0:       http://wiki.qemu-project.org/download/%{name}-%{version}.tar.bz2
-# Source0-md5: f7a5e2da22d057eb838a91da7aff43c8
+# Source0-md5: 2fab3ea4460de9b57192e5b8b311f221
 Source2:       %{name}.binfmt
 # Loads kvm kernel modules at boot
 Source3:       kvm-modules-load.conf
@@ -172,8 +171,9 @@ Requires:   gtk+3 >= 3.0.0 \
 %{?with_vte:Requires:  vte2.90 >= 0.32.0} \
 %endif
 
-# some PPC/SPARC boot image in ELF format
-%define                _noautostrip    .*%{_datadir}/qemu/.*-.*
+# don't strip/chrpath anything in there; these are boot images, roms etc
+%define                _noautostrip    .*%{_datadir}/qemu/.*
+%define                _noautochrpath  .*%{_datadir}/qemu/.*
 
 %description
 QEMU is a FAST! processor emulator. By using dynamic translation it
@@ -758,7 +758,6 @@ ln -s ../error.h qapi/error.h
        --enable-fdt \
        %{__enable_disable glusterfs} \
        %{__enable_disable iscsi libiscsi} \
-       %{__enable_disable glx} \
        %{__enable_disable ceph rbd} \
        %{__enable_disable rdma} \
        %{__enable_disable sdl} \
index d8a60c90d5aa26f0489cd2be77dbe8ca7cf6d80e..07aa9153b2e83487637f0061f26b3ae43c696713 100644 (file)
--- a/x32.patch
+++ b/x32.patch
          "$targetos" != "Darwin" -a "$targetos" != "SunOS" -a \
          "$softmmu" = yes ; then
    roms="optionrom"
-@@ -5080,7 +5080,9 @@ case "$target_name" in
-       \( "$target_name" = "ppcemb" -a "$cpu" = "ppc64" \) -o \
-       \( "$target_name" = "mipsel" -a "$cpu" = "mips" \) -o \
-       \( "$target_name" = "x86_64" -a "$cpu" = "i386"   \) -o \
--      \( "$target_name" = "i386"   -a "$cpu" = "x86_64" \) \) ; then
-+      \( "$target_name" = "i386"   -a "$cpu" = "x86_64" \) -o \
-+      \( "$target_name" = "x86_64" -a "$cpu" = "x32"   \) -o \
-+      \( "$target_name" = "i386"   -a "$cpu" = "x32" \) \) ; then
-       echo "CONFIG_KVM=y" >> $config_target_mak
-       if test "$vhost_net" = "yes" ; then
-         echo "CONFIG_VHOST_NET=y" >> $config_target_mak
+
This page took 0.068739 seconds and 4 git commands to generate.