feat(publish): move dbus-glib, setxkbmap, xorg-x11-server-Xwayland to rpm-base#17692
feat(publish): move dbus-glib, setxkbmap, xorg-x11-server-Xwayland to rpm-base#17692binujp 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>
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
left a comment
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?
|
In the PR description, please add the bug item link. For example, AB#20772 |
I was able to install the three moved rpms. Verified the closure too. |
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 contentPartially fixes AB#20772