The package rpms/eclipse-cdt.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/eclipse-cdt.git/commit/?id=419c9864f....
Change: +%ifarch s390x aarch64 ppc64le ppc64 %{arm}
Thanks.
Full change: ============
commit 419c9864fc24ff3b19afb77d88182b797ca00307 Author: Jeff Johnston jjohnstn@redhat.com Date: Wed Oct 10 14:58:03 2018 -0400
Fix arm build for last change.
diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec index ce24375..50011e6 100644 --- a/eclipse-cdt.spec +++ b/eclipse-cdt.spec @@ -268,7 +268,7 @@ sed -i -e 's/x86/%{eclipse_arch}/g' \
# remove fragments in standalone product file on platforms they aren't # shipped -%ifarch s390x aarch64 ppc64le ppc64 arm +%ifarch s390x aarch64 ppc64le ppc64 %{arm} sed -i '/filesystem.linux.%{eclipse_arch}/d' \ debug/org.eclipse.cdt.debug.application.product/debug.product sed -i '/net.linux.%{eclipse_arch}/d' \
arch-excludes@lists.fedoraproject.org