paprefs needs pulseaudo, but pipewire is the default int he sound and
video group, so it doesn't make sense to include paprefs here.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
It's an old package that used to ship empty css files to let
gnome-tweaks know which gtk3 themes are available (after gtk3 dropped
the standalone css files and started building them in).
This is now no longer needed since the high contrast and dark themes are
available from gnome-control-center, which does not use the css file
craziness to detect what themes are available.
It also used to pull in the gtk2 adwaita theme, but that's now handled
by conditional recommends from the gtk2 package instead.
Signed-off-by: Kalev Lember <klember@redhat.com>
This is only really useful for debugging the script itself, it's
not useful information for typical execution (especially now I
made it show which test(s) fail more clearly).
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This will tell us which checks failed, and how many. It also
suppresses some useless spammy output from `make sort` (we never
need to see any actual output, as it never tells us anything
useful; the useful info is what it changes).
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Per https://pagure.io/fedora-ci/general/issue/404 , as things are
right now, having CI files with the same names as those in other
repos can cause clashes. Let's rename all of ours to avoid this.
Also drop a path element in validate-comps.yaml that broke the
tests...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Some recent commits aren't sorted right. Also tweak some comments
so `make sort` doesn't delete them.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
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