The package rpms/qemu.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/qemu.git/commit/?id=da4ef4b66ea0c082....
Change: +%ifnarch %{ix86} %{power64}
Thanks.
Full change: ============
commit da4ef4b66ea0c0823c1b7ccc16d5d03ee6a043f0 Author: Richard W.M. Jones rjones@redhat.com Date: Mon Feb 27 19:55:33 2023 +0000
Disable the tests on i686
diff --git a/qemu.spec b/qemu.spec index 32e3c05..0e6c4bd 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1988,8 +1988,10 @@ rm -rf %{static_buildroot}
pushd %{qemu_kvm_build} echo "Testing %{name}-build" +# i686: we propose to drop qemu, for now just disable the tests, see: +# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/... # 2022-06: ppc64le random qtest segfaults with no discernable pattern -%ifnarch %{power64} +%ifnarch %{ix86} %{power64} %make_build check %endif
@@ -2744,6 +2746,7 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \ %changelog * Tue Feb 28 2023 Eduardo Lima (Etrunko) etrunko@redhat.com - 2:7.0.0-14 - block: Fix memory alignment of requests (rhbz#2174139) +- Disable the tests on i686
* Thu Jan 19 2023 Christophe Fergeau cfergeau@redhat.com - 2:7.0.0-13 - linux-user: default to -cpu max (rhbz#2121700)
arch-excludes@lists.fedoraproject.org