This is an automated email from the git hooks/post-receive script.
adamwill pushed a commit to branch arm-minimal-xkbcommon in repository fedora-kickstarts.
commit 17178da61a5c4f6bf8480b5139e070138f635977 Author: Adam Williamson awilliam@redhat.com AuthorDate: Mon Mar 6 16:51:59 2023 -0800
Don't exclude xkeyboard-config from minimal images (#2175244)
See https://bugzilla.redhat.com/show_bug.cgi?id=2175244#c15 . We really need libxkbcommon for initial-setup to work properly, since an ordering change in systemd 253. This exclusion causes it to get dropped. libxkbcommon requires xkeyboard-config; since systemd only recommends libxkbcommon (rather than hard requiring it), the solver decides to honor the request to exclude xkeyboard-config by dropping both it and libxkbcommon.
Signed-off-by: Adam Williamson awilliam@redhat.com --- fedora-minimal-common.ks | 1 - 1 file changed, 1 deletion(-)
diff --git a/fedora-minimal-common.ks b/fedora-minimal-common.ks index 97a89a7..b82c732 100644 --- a/fedora-minimal-common.ks +++ b/fedora-minimal-common.ks @@ -4,7 +4,6 @@ microdnf -initial-setup-gui -generic-release* -glibc-all-langpacks --xkeyboard-config # recommended by iproute, we don't want it in minimal -iproute-tc # recommended by gnutls, we don't want it in minimal