From 5c7f76d56b1aaf8625e0067f9de83935d9a4ecd2 Mon Sep 17 00:00:00 2001 From: Binu Jose Philip Date: Thu, 11 Jun 2026 04:25:29 +0000 Subject: [PATCH] feat(publish): move dbus-glib, setxkbmap, xorg-x11-server-Xwayland to 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> --- base/comps/components-publish-channels.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/comps/components-publish-channels.toml b/base/comps/components-publish-channels.toml index 7a5f7b03a0c..b0be9d2515d 100644 --- a/base/comps/components-publish-channels.toml +++ b/base/comps/components-publish-channels.toml @@ -214,6 +214,7 @@ components = [ "Cython", "dbus", "dbus-broker", + "dbus-glib", "dbus-python", "debootstrap", "dconf", @@ -2340,6 +2341,7 @@ components = [ "setroubleshoot", "setroubleshoot-plugins", "setserial", + "setxkbmap", "setup", "SFCGAL", "sg3_utils", @@ -2567,6 +2569,7 @@ components = [ "xmvn", "xorg-x11-fonts", "xorg-x11-proto-devel", + "xorg-x11-server-Xwayland", "xprop", "xrdb", "xrestop",