#653 Add kbd-legacy to anaconda-tools in F34 and F35
Merged 2 years ago by kevin. Opened 2 years ago by adamwill.
adamwill/fedora-comps add-kbd-legacy  into  main

file modified
+1
@@ -84,6 +84,7 @@ 

        <packagereq arch="aarch64,armhfp,ppc64,ppc64le,x86_64" type="mandatory">grub2-tools-extra</packagereq>

        <packagereq type="mandatory">hfsplus-tools</packagereq>

        <packagereq type="mandatory">iscsi-initiator-utils</packagereq>

+       <packagereq type="mandatory">kbd-legacy</packagereq>

        <packagereq type="mandatory">kdump-anaconda-addon</packagereq>

        <packagereq type="mandatory">lvm2</packagereq>

        <packagereq arch="x86_64" type="mandatory">mactel-boot</packagereq>

file modified
+1
@@ -84,6 +84,7 @@ 

        <packagereq arch="aarch64,armhfp,ppc64,ppc64le,x86_64" type="mandatory">grub2-tools-extra</packagereq>

        <packagereq type="mandatory">hfsplus-tools</packagereq>

        <packagereq type="mandatory">iscsi-initiator-utils</packagereq>

+       <packagereq type="mandatory">kbd-legacy</packagereq>

        <packagereq type="mandatory">kdump-anaconda-addon</packagereq>

        <packagereq type="mandatory">lvm2</packagereq>

        <packagereq arch="x86_64" type="mandatory">mactel-boot</packagereq>

In F34 kbd's dependency on kbd-legacy was removed, but some of
the layouts in it are not so "legacy" as all that, and they are
the default console layouts for some languages. The package must
be available for anaconda to install if a layout from it is
configured. See:

https://bugzilla.redhat.com/show_bug.cgi?id=1955162
https://bugzilla.redhat.com/show_bug.cgi?id=1919483
https://bugzilla.redhat.com/show_bug.cgi?id=1891811

Signed-off-by: Adam Williamson awilliam@redhat.com

Looks reasonable to me. Pity we missed this. ;(

Pull-Request has been merged by kevin

2 years ago
Metadata