The atmel and zd1211 WiFi modules are ancient 802.11b
modules that aren't even enabled in the kernel by
default so there's really no need to ship them by default.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
A bunch of large firmware have been split out into vendor sub
packages so add them here so they'll available to be installed.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
It is part of the live image build process. This will make openQA
run the live image build/install tests on livesys-scripts updates.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
blivet wants to install nvme-cli when installing to an NVMe
device, since 0ea38c97 (landed in F38).
Signed-off-by: Adam Williamson <awilliam@redhat.com>
The `wev` package is used to find out keyboard keycodes and even
mentioned in the `man 5 sway` to help input mapping. Let's add it so
users are not surprised that the package is not installed by default.
To ensure we have comprehensive multimedia coverage out of the box,
we want to have ffmpeg-based codecs installed whenever the
multimedia group is requested.
To ensure we have comprehensive multimedia coverage out of the box,
we want to have ffmpeg-based codecs installed whenever the
multimedia group is requested.
There will be a new package - cups-browsed - which was previous part of
cups-filters package. It is useful for automatic installation of many
remote printers (usual use case on server), so it would be great if the
package was added to `print-server` (in ELN) and `printing` (in F38)
comps groups.
This is a part of self-contained change
https://bugzilla.redhat.com/show_bug.cgi?id=2166687
Add `libappindicator-gtk3` to the default KDE desktop installation to
include support for global menu for GTK3 apps by default.
See: https://pagure.io/fedora-kde/SIG/issue/300
These are working OK on Rawhide, and it makes sense to make the
same changes on all current releases for the same reasons (make
openQA testing more focused and efficient).
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This is intended to help with openQA test focus. We split up the
base group by purpose: things for installing (anaconda), things
for building packages (build), things for building deliverables
(compose), and things for runtime (base). This should allow us
to avoid unnecessarily running the openQA tests on e.g. gcc
updates (which is a useless waste of time), and potentially allow
us to run different/extended tests on e.g. anaconda updates. I
intentionally didn't add additional packages to the split groups
yet, we can do that as a follow-up, but I did replace livecd-tools
with lorax in the compose group, as we use things from lorax for
creating images now.
Signed-off-by: Adam Williamson <awilliam@redhat.com>