fix(qt6-deps): bump release for qt6-qtwebengine removal rebuild#17171
Open
binujp wants to merge 1 commit into
Open
fix(qt6-deps): bump release for qt6-qtwebengine removal rebuild#17171binujp wants to merge 1 commit into
binujp wants to merge 1 commit into
Conversation
Bump gpsbabel, libksysguard, python-pyside6, python-pyqt6, and qt6-qtwebview to trigger rebuilds against the updated qt6-srpm-macros that clears %qt6_qtwebengine_arches, effectively removing the qt6-qtwebengine dependency from these packages. Part of the effort to remove opus, opusfile and mingw-opus from AZL. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the Release (and refreshes locks) for a set of Qt6-dependent packages to trigger rebuilds after updating qt6-srpm-macros to effectively disable qtwebengine via %qt6_qtwebengine_arches, supporting the broader effort to remove qt6-qtwebengine (and related opus deps) from Azure Linux.
Changes:
- Bump
Release:in the rendered specs forgpsbabel,libksysguard,python-pyside6,python-pyqt6, andqt6-qtwebview. - Update the corresponding component lock files, adding
manual-bump = 1and refreshinginput-fingerprintvalues.
Reviewed changes
Copilot reviewed 5 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| specs/q/qt6-qtwebview/qt6-qtwebview.spec | Release bump for rebuild trigger. |
| specs/p/python-pyside6/python-pyside6.spec | Release bump for rebuild trigger. |
| specs/p/python-pyqt6/python-pyqt6.spec | Release bump for rebuild trigger. |
| specs/l/libksysguard/libksysguard.spec | Release bump for rebuild trigger. |
| specs/g/gpsbabel/gpsbabel.spec | Release bump for rebuild trigger. |
| locks/qt6-qtwebview.lock | Lock refresh + manual bump to force rebuild. |
| locks/python-pyside6.lock | Lock refresh + manual bump to force rebuild. |
| locks/python-pyqt6.lock | Lock refresh + manual bump to force rebuild. |
| locks/libksysguard.lock | Lock refresh + manual bump to force rebuild. |
| locks/gpsbabel.lock | Lock refresh + manual bump to force rebuild. |
| Name: qt6-%{qt_module} | ||
| Version: 6.10.2 | ||
| Release: 2%{?dist} | ||
| Release: 3%{?dist} |
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.
Bump gpsbabel, libksysguard, python-pyside6, python-pyqt6, and
qt6-qtwebview to trigger rebuilds against the updated qt6-srpm-macros
that clears %qt6_qtwebengine_arches, effectively removing the
qt6-qtwebengine dependency from these packages.
Part of the effort to remove opus, opusfile and mingw-opus from AZL.