You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xapi: CA-423064: Trigger group upgrades in addition to package upgrades (#6850)
In the event we add a package to one of the yum repository groups, that
has no packages requiring it, dnf5 will not install it by default (as it
has not implemented the `upgrade_group_objects_upgrade` configuration
option - see
https://dnf5.readthedocs.io/en/latest/dnf5.conf-todo.5.html).
We do not wish to be reliant on having to ensure all new packages are
required by an existing package, as such (at least until an
implementation of the above option is done in dnf5) trigger a `group
upgrade *` in addition to the `upgrade`.
Note that a `group upgrade *` alone is not sufficient, as this will not
cause any packages that are pulled in as dependencies to be upgraded,
only those explicitly listed in the group(s).
0 commit comments