The difference is that offline-upgrade is the same as upgrade --minimal this might confuse some users.
The behavior is configured here: https://github.com/rpm-software-management/dnf-plugins-core/blob/master/plugins/system_upgrade.py#L475, to match upgrade default it should specify cmp_type=gte argument.
The difference is that
offline-upgradeis the same asupgrade --minimalthis might confuse some users.The behavior is configured here: https://github.com/rpm-software-management/dnf-plugins-core/blob/master/plugins/system_upgrade.py#L475, to match
upgradedefault it should specifycmp_type=gteargument.