KIO should be installed by default as they provide functionality shared
between core apps (Dolphin in this case) and can not be packaged as a
Flatpak.
See: https://pagure.io/fedora-kde/SIG/issue/354
This reverts commit f380d49d25.
We have to untag the new libproxy for now as it broke other
stuff - https://pagure.io/releng/issue/11434 - so we shouldn't
make this change in comps yet.
We probably don't need to explicitly list libproxy as its
replacement, as gnome-shell requires it.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
The various DVB firmware are used by some old DVB terrestrial/satellite
recievers. They're all pretty old and the drivers were nearly removed
from the kernel but were kept at the last minute.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
`make sort` won't usually *fail*, even if it sorts stuff (it'll
only fail if it actually can't sort for some reason). So when
either the PR or the existing state of the repo isn't properly
sorted, what we get is the "git status failed!" case. I *think*
this is likely the only time we'll get that, I don't think
"make validate" would actually change files without failing. So
let's gloss that a git status failure probably means a sorting
issue.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
In util-linux-2.39.1.fc39 the separate util-linux-user subpackage
is dropped and the things it contained moved (back) into the
main util-linux package. These were initially split out in 2016
to avoid a libuser dependency in util-linux; not sure why this is
not considered useful any more.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
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.