oprofile was retired from F30+, obsoleted by perf. So replace it
with perf in comps. Also drop eclipse-linuxtools-oprofile, which
requires it.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Remove the catkin package, which has been orphaned for f30 and above.
Replace python2-player with python3-player.
Signed-off-by: Rich Mattes <richmattes@gmail.com>
This is pulled in through deps for regular Workstation, but recently
dropped out of Silverblue where we don't install all of the leaf apps.
List it explicitly in the comps so we can be sure it doesn't
accidentally get left out.
- Move some of the Cockpit services from mandatory to default
- Add Cockpit's SELinux troubleshooter by default.
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Most bootloaders used in Fedora already have BootLoaderSpec, but extlinux
doesn't yet. So when using extlinux the old grubby must to be installed.
The grubby-deprecated package was added to the @arm-tools group to ensure
that it will be installed on ARMv7 machines. But on aarch64 machines this
group can also be installed, which means that grubby-deprecated will be
leading to Anaconda disabling the BLS support.
Instead, the right place to solve this is in Anaconda which already does
install grubby-deprecated when the extlinux bootloader option is chosen.
That way grubby-deprecated will only be installed for ARMv7 machines, but
won't be installed in aarch64 machines that use grub2 EFI and support BLS.
Resolves: rhbz#1678843
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>