The package rpms/kaidan.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/kaidan.git/commit/?id=abe198afd9bf3c....
Change: +ExclusiveArch: %{qt6_qtwebengine_arches}
Thanks.
Full change: ============
commit abe198afd9bf3cbd94e30079b39686caa9c2da86 Author: Yaakov Selkowitz yselkowi@redhat.com Date: Mon Mar 3 20:26:16 2025 -0500
Enable on ppc64le
Now that kaidan is on Qt6, it should use qt6 macros to limit arches, and qt6-qtwebengine is now enabled on ppc64le.
diff --git a/kaidan.spec b/kaidan.spec index f92c588..889dc6b 100644 --- a/kaidan.spec +++ b/kaidan.spec @@ -9,9 +9,9 @@ URL: https://invent.kde.org/network/kaidan Source0: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
%if 0%{?fedora} || 0%{?epel} > 7 -# handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches +# handled by qt6-srpm-macros, which defines %%qt6_qtwebengine_arches # Package doesn't build on arches that qtwebengine is not built on. -ExclusiveArch: %{qt5_qtwebengine_arches} +ExclusiveArch: %{qt6_qtwebengine_arches} %endif
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
arch-excludes@lists.fedoraproject.org