per nicofee this group doesn't make any sense as a standalone
any more. Remove it, and merge its contents into kde-desktop.
Change 'kaccounts-integration' to 'kaccounts-integration-qt6'
(this was the 'missing' package that triggered this change).
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Would be good to have @fujiwara 's feedback on ibus-unikey as a
replacement for ibus-bogo, but I think it's correct.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Also removes the mongodb group entirely, because it isn't really
serving a purpose any more. It was originally meant to contain
the mongodb server itself, but that got removed years ago for
non-free licensing. There's no real use to a group which just
has a random client library in it.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
It's part of domain enrolment (both FreeIPA and AD), which are
release-blocking features for Server. Today a realmd update
broke FreeIPA enrolment, which is causing tests for all Rawhide
critical path updates to fail; if realmd had been in critical
path itself we would have caught this and gated the update.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
* Nothing uses kf5-libkipi so kf5-kipi-plugins is dead weight
* kf5-baloo-file should be kf6-baloo-file
* Drop explicit qt packagereq's as they are already dependencies
Anaconda-tools is intended to provide a set of packages that anaconda
may add to the list of installed packages to support some
functionality it is configuring on the machine. For example, on a grub
based system, it will add grubby, grub-efi, etc, while on a
systemd-boot system it will add sdubby, systemd-boot, etc.
For historical reasons, it has been installed on the live-media which
causes problems when there are conflicting packages in the group (ex
grub and systemd-boot). Beyond installing unnecessary packages (ex:
iscsi-initiator-utils on machines without iscsi) this also has the
unintended side effect that any changes for new features also install
those packages on existing machines in the field, even if they were
explicitly excluded from the live media.
Add a comment clarifying this behavior while also converting the
existing three excluded packages to type=optional.
Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Per https://fedoraproject.org/wiki/Changes/Wget2asWget , 'wget'
has been retired in Rawhide and is replaced by 'wget2-wget'.
comps does not resolve Provides, it has to have the exact binary
package name.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This is so we will run the everything-boot-iso openQA test on
it, because the 'traditional' installer environment runs on
gnome-kiosk, so we want to make sure gnome-kiosk updates are
gated if they break the installer environment.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
anaconda's webui has been split out into a separate source
package, so we need to list it separately in the critical path.
I also suggest bash-color-prompt should be treated as critical
path. This will ensure it gets gated by openQA (so we can adjust
openQA to handle changes to the prompt before they break almost
every test for every update), but also it just makes sense: the
package is setting the default prompt, which could cause all
kinds of problems if there is a bad update to it.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
The cirrus-audio/intel-audio/tiwilink/nxp sub packages are of
exisiting firmware so we will pull them in on upgrade as
default. The intel-vsc is for Camera ISPs and is new upstream
so it's not installed by default yet.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
base-graphical provides the lowest common denominator set of packages
for a desktop environment. At the moment this includes mesa drivers
and a graphical plymouth theme for the boot animation etc.
If your desktop is transitioning away from Xorg (base-x group)
or was concieved with Wayland, this is the group for you.
I'm proposing making the addon part of anaconda-install-env-deps
instead in https://github.com/rhinstaller/anaconda/pull/5205 .
It's more correct. This group is meant to contain things that
may be needed *on the installed system*, not in the installer
environment. The addon is needed in the installer environment,
not the installed system.
However, one thing the addon does is add kexec-tools to the list
of packages to be installed to the installed system, so we should
add kexec-tools to this group for correctness.
Signed-off-by: Adam Williamson <awilliam@redhat.com>