Installonly packages are not handled correctly when more architectures #1283
Labels
Priority: MEDIUM
Triaged
Someone on the DNF 5 team has read the issue and determined the next steps to take
Installing of secondary architecture for kernel-core result in problem. The issue was discovered during review of #1261.
Reproducer on vanilla system (one kernel-core.x86_64 installed and upgrade available):
Install
kernel-core.i686
(requires to add i386 fedora repository)upgrade
kernel-core
(requires to add i386 upgrade repository)Result:
Expected:
Both
kernel-core
packages will be upgradedThe issue is caused by a different logic in
libsolv
where packages are handled per architecture (correct behavior) and our logic that handles over limit packages where it handle them per name.Solution sort
same_name_subqueue
and related queue byname
andarchitecture
.Issue for DNF - rpm-software-management/dnf#2058
The text was updated successfully, but these errors were encountered: