feat(publish): move dbus-glib, setxkbmap, xorg-x11-server-Xwayland to rpm-base#17692
Open
binujp wants to merge 1 commit into
Open
feat(publish): move dbus-glib, setxkbmap, xorg-x11-server-Xwayland to rpm-base#17692binujp wants to merge 1 commit into
binujp wants to merge 1 commit into
Conversation
… rpm-base Move three components from rpm-sdk to rpm-base publish channel to support the WSLg system distro migration to Azure Linux 4.0: - dbus-glib: runtime dependency for D-Bus GLib bindings (PulseAudio, Weston plugins) - setxkbmap: runtime utility for keyboard layout configuration (replaces xorg-x11-server-utils metapackage) - xorg-x11-server-Xwayland: critical runtime component for X11 application support under Wayland compositors These packages are already built and available in rpm-sdk but the WSLg container image builds against the base repo only. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Moves three already-built runtime components (dbus-glib, setxkbmap, xorg-x11-server-Xwayland) into the rpm-base publish channel so they’re available to WSLg’s system distro image build (which consumes only the base repo).
Changes:
- Added
dbus-glibto thecomponent-groups.base-packages.componentslist. - Added
setxkbmapto thecomponent-groups.base-packages.componentslist. - Added
xorg-x11-server-Xwaylandto thecomponent-groups.base-packages.componentslist.
reubeno
reviewed
Jun 11, 2026
reubeno
left a comment
Member
There was a problem hiding this comment.
Thanks for including testing details in the PR summary.
What did we do to confirm that this is a closure-preserving change? In other words, do any of the subpackages produced by the 3 named SRPMs have runtime dependencies on packages only in SDK?
Collaborator
|
In the PR description, please add the bug item link. For example, AB#20772 |
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.
Summary
Move three components from
rpm-sdktorpm-basepublish channel to support the WSLg system distro migration to Azure Linux 4.0.Motivation
The WSLg system distro container image builds against the base repo only. These packages are already built in AZL4 but published to the SDK channel, making them unavailable to the WSLg runtime image.
Components moved
dbus-glibsetxkbmapxorg-x11-server-utilsmetapackage)xorg-x11-server-XwaylandChanges
[component-groups.base-packages].componentsincomponents-publish-channels.toml(alphabetically sorted)Testing
CHANGED: false) — publish channel does not affect spec content