Bug 2459414
| Summary: | Does not use %qt6_qtwebengine_arches macro | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> |
| Component: | kaidan | Assignee: | Felix Wang <topazus> |
| Status: | NEW --- | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | benson_muite, jgrulich, kde-sig, topazus |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Adam Williamson
2026-04-18 06:50:47 UTC
Hi, I'm not sure I understand what is the issue. Changing qtwebengine to use the macro will have same result as the macro is defined as:
> %qt6_qtwebengine_arches x86_64 aarch64 ppc64le riscv64
Per the bug above, at least on ELN, %qt6_qtwebengine_arches apparently includes s390x, or else kaidan would not build on it. The issue is in Kaidan:
>%if 0%{?fedora} || 0%{?epel} > 7
># handled by qt6-srpm-macros, which defines %%qt6_qtwebengine_arches
># Package doesn't build on arches that qtwebengine is not built on.
>ExclusiveArch: %{qt6_qtwebengine_arches}
>%endif
This is skipped on ELN so it automatically builds on all arches.
|