[qemu/f18] Don't install conflicting binfmt handler on arm (bz #974804)

Cole Robinson crobinso at fedoraproject.org
Wed Jun 19 14:29:24 UTC 2013


commit e6754ddcb66d6d7cde1233872c81aa23f45f8c15
Author: Cole Robinson <crobinso at redhat.com>
Date:   Wed Jun 19 10:29:10 2013 -0400

    Don't install conflicting binfmt handler on arm (bz #974804)

 qemu.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 4157d96..22b09ac 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -109,7 +109,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 1.2.2
-Release: 12%{?dist}
+Release: 13%{?dist}
 # Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
 Epoch: 2
 License: GPLv2+ and LGPLv2+ and BSD
@@ -1635,7 +1635,7 @@ for i in dummy \
 %ifnarch alpha
     qemu-alpha \
 %endif
-%ifnarch arm
+%ifnarch %{arm}
     qemu-arm \
 %endif
     qemu-armeb \
@@ -2022,6 +2022,9 @@ getent passwd qemu >/dev/null || \
 %{_libdir}/pkgconfig/libcacard.pc
 
 %changelog
+* Wed Jun 19 2013 Cole Robinson <crobinso at redhat.com> - 2:1.2.2-13
+- Don't install conflicting binfmt handler on arm (bz #974804)
+
 * Tue Jun 11 2013 Cole Robinson <crobinso at redhat.com> - 2:1.2.2-12
 - Fix building docs with f19 texinfo
 - CVE-2013-2007: Fix qemu-ga file creation permissions (bz #956082, bz


More information about the scm-commits mailing list