fix(qt6): clear qt6_qtwebengine_arches macro to drop qt6-qtwebengine dependency#17125
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces an Azure Linux component overlay for qt6 that rewrites the %qt6_qtwebengine_arches macro to disable qtwebengine-gated code paths in downstream specs, with the goal of enabling removal of qt6-qtwebengine from the distro.
Changes:
- Add a dedicated
base/comps/qt6/qt6.comp.tomlwith afile-search-replaceoverlay to rewritemacros.qt6-srpm. - Regenerate rendered output (
specs/q/qt6/macros.qt6-srpm) reflecting the macro change. - Move
qt6out of the unmodified inline component list (base/comps/components.toml) and update theqt6lock fingerprint.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
base/comps/qt6/qt6.comp.toml |
New component definition adding an overlay to rewrite the qt6 SRPM macros file. |
specs/q/qt6/macros.qt6-srpm |
Rendered macros file updated to set %qt6_qtwebengine_arches to %{nil}. |
base/comps/components.toml |
Removes inline [components.qt6] entry now that qt6 has a dedicated component file with overlays. |
locks/qt6.lock |
Updates input-fingerprint to reflect the component definition change. |
| description = "Clear qt6_qtwebengine_arches macro to disable qtwebengine across dependent packages" | ||
| type = "file-search-replace" | ||
| file = "macros.qt6-srpm" | ||
| regex = '%qt6_qtwebengine_arches x86_64 aarch64 ppc64le riscv64' |
reubeno
reviewed
May 11, 2026
06aa712 to
39f80e3
Compare
reubeno
reviewed
May 12, 2026
…dependency
Override the qt6_qtwebengine_arches macro to %{nil} so that dependent packages
(gpsbabel, libksysguard, python-pyside6, python-pyqt6, qt6-qtwebview) skip
their qtwebengine-related code paths, to allow removal of the qt6-qtwebengine
package from AZL.
Co-authored-by: Copilot <[email protected]>
39f80e3 to
2bd5a8d
Compare
reubeno
approved these changes
May 12, 2026
reubeno
pushed a commit
that referenced
this pull request
May 14, 2026
Remove qt6-qtwebengine and qt6-qtwebview from Azure Linux. All dependent packages have already been rebuilt without these packages via the qt6_qtwebengine_arches macro override (PR #17125) and the release bump (PR #17171). - Delete qt6-qtwebengine dedicated comp.toml, rendered specs, and lock - Remove qt6-qtwebview inline entry from components.toml, rendered specs, and lock - No package list entries to clean up Co-authored-by: Copilot <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Override the qt6_qtwebengine_arches macro to %{nil} so that dependent packages
(gpsbabel, libksysguard, python-pyside6, python-pyqt6, qt6-qtwebview) skip
their qtwebengine-related code paths, to allow removal of the qt6-qtwebengine
package from AZL.
Co-authored-by: Copilot [email protected]
Part of the effort to remove
opus,opusfile, andmingw-opusfrom Azure Linux.