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
Fix add_complex_recommends() selecting conflicted packages in rare cases
Installing a recommended package can lead to a different recommended
package becoming confliced, so we have to re-check the candidates.
Fixes issue #399
if (solv->process_orphans&&solv->installed&&pool->solvables[p].repo==solv->installed&& (solv->droporphanedmap_all|| (solv->droporphanedmap.size&&MAPTST(&solv->droporphanedmap, p-solv->installed->start))))
0 commit comments