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=abc86a585d3e2680....
Change: +%ifnarch %{power64}
Thanks.
Full change: ============
commit abc86a585d3e2680c28be0535e616c97df6e5bdf Author: Daniel P. Berrangé berrange@redhat.com Date: Thu Mar 2 17:50:22 2023 +0000
Re-enable tests on i686.
The broken GNUTLS ABI has been fixed
https://bugzilla.redhat.com/show_bug.cgi?id=2174758 https://src.fedoraproject.org/rpms/gnutls/pull-request/78 Signed-off-by: Daniel P. Berrangé berrange@redhat.com
diff --git a/qemu.spec b/qemu.spec index 0e6c4bd..0b672d3 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1988,10 +1988,8 @@ 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 %{ix86} %{power64} +%ifnarch %{power64} %make_build check %endif
arch-excludes@lists.fedoraproject.org