The package rpms/mesa.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/mesa.git/commit/?id=0258306f9bcbb49b....
Change: -%ifarch %{ix86} x86_64
Thanks.
Full change: ============
commit 0258306f9bcbb49b23c0094cee35413c644ce878 Author: Peter Robinson pbrobinson@gmail.com Date: Sat Mar 31 04:01:31 2018 +0100
move opencl to better location, fix s390x build
diff --git a/mesa.spec b/mesa.spec index 48e115a..a9ac8d5 100644 --- a/mesa.spec +++ b/mesa.spec @@ -7,8 +7,6 @@ # llvm (and thus llvmpipe) doesn't actually work on ppc32 %ifnarch s390 ppc %define with_llvm 1 -%else -%define with_opencl 1 %endif
%if 0%{?with_llvm} @@ -24,6 +22,7 @@ %define with_vaapi 1 %define with_nine 1 %define with_omx 1 +%define with_opencl 1 %define base_drivers swrast,nouveau,radeon,r200 %endif
@@ -31,9 +30,6 @@ %define platform_drivers ,i915,i965 %define with_vmware 1 %define with_xa 1 -%endif - -%ifarch %{ix86} x86_64 %define with_vulkan 1 %endif
@@ -622,11 +618,11 @@ popd %endif %endif %endif -%if 0%{?with_llvm} +%if 0%{?with_hardware} %dir %{_libdir}/gallium-pipe %{_libdir}/gallium-pipe/*.so -%{_libdir}/dri/kms_swrast_dri.so %endif +%{_libdir}/dri/kms_swrast_dri.so %{_libdir}/dri/swrast_dri.so %{_libdir}/dri/virtio_gpu_dri.so
arch-excludes@lists.fedoraproject.org