fix(qt6-qtwayland): relocate Wayland client CMake files to Qt6Gui in %files#18111
Draft
reubeno wants to merge 1 commit into
Draft
fix(qt6-qtwayland): relocate Wayland client CMake files to Qt6Gui in %files#18111reubeno wants to merge 1 commit into
reubeno wants to merge 1 commit into
Conversation
…%files
Qt 6.10 moved the Wayland client plugin CMake files (Ivi/QtShell shell
integrations and the Adwaita decoration) from cmake/Qt6WaylandClient/ to
cmake/Qt6Gui/, but the locked 6.10.2 %files still lists the old
Qt6WaylandClient paths, so packaging fails with 'File not found'. Add overlays
that update the three %files entries to the Qt6Gui locations, mirroring Fedora
f43 commit e96dca235e83 ('Fix %files section').
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Relocates Qt 6.10 Wayland client CMake files to their correct Qt6Gui paths, matching Fedora’s packaging fix.
Changes:
- Adds three scoped
%filesoverlays. - Moves the customized component to a dedicated definition.
- Refreshes lock data and rendered output.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
base/comps/qt6-qtwayland/qt6-qtwayland.comp.toml |
Defines scoped path-replacement overlays. |
base/comps/components.toml |
Removes the now-customized inline component. |
locks/qt6-qtwayland.lock |
Updates the input fingerprint. |
specs/q/qt6-qtwayland/qt6-qtwayland.spec |
Contains corrected paths and release bump. |
Member
Author
|
/azp run |
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
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.
Qt 6.10 moved the Wayland client plugin CMake files (Ivi/QtShell shell integrations and the Adwaita decoration) from cmake/Qt6WaylandClient/ to cmake/Qt6Gui/, but the locked 6.10.2 %files still lists the old Qt6WaylandClient paths, so packaging fails with 'File not found'. Add overlays that update the three %files entries to the Qt6Gui locations, mirroring Fedora f43 commit e96dca235e83 ('Fix %files section').