[qemu] Put ARM kvm bits in right sub package

Peter Robinson pbrobinson at fedoraproject.org
Sat Jun 15 16:41:42 UTC 2013


commit 09747c8a31f6e14e3d187ac6a336c2d6383b8a9f
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Jun 15 17:41:18 2013 +0100

    Put ARM kvm bits in right sub package

 qemu.spec |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 4204095..b8b1558 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -140,7 +140,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 1.5.0
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch: 2
 License: GPLv2+ and LGPLv2+ and BSD
 Group: Development/Tools
@@ -1168,7 +1168,7 @@ getent passwd qemu >/dev/null || \
 %{_datadir}/%{name}/efi-ne2k_pci.rom
 %config(noreplace) %{_sysconfdir}/qemu/target-x86_64.conf
 %if %{without separate_kvm}
-%ifarch %{ix86} x86_64 %{arm}
+%ifarch %{ix86} x86_64
 %{?kvm_files:}
 %{?qemu_kvm_files:}
 %endif
@@ -1196,7 +1196,13 @@ getent passwd qemu >/dev/null || \
 %{_bindir}/qemu-system-arm
 %{_datadir}/systemtap/tapset/qemu-system-arm.stp
 %{_mandir}/man1/qemu-system-arm.1*
+%if %{without separate_kvm}
+%ifarch armv7hl
 %{?kvm_files:}
+%{?qemu_kvm_files:}
+%endif
+%endif
+
 %endif
 
 %if 0%{?system_mips:1}
@@ -1372,6 +1378,9 @@ getent passwd qemu >/dev/null || \
 %endif
 
 %changelog
+* Fri Jun 14 2013 Peter Robinson <pbrobinson at fedoraproject.org> 2:1.5.0-8
+- Put ARM kvm bits in right sub package
+
 * Thu Jun 13 2013 Cole Robinson <crobinso at redhat.com> - 2:1.5.0-7
 - Fix build with both new and old fdt
 


More information about the scm-commits mailing list