]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Do not minimize from an installed to an uninstalled package when checking recommends
authorMichael Schroeder <mls@suse.de>
Wed, 6 Sep 2023 12:10:17 +0000 (14:10 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 6 Sep 2023 12:10:17 +0000 (14:10 +0200)
commit4edf4e62db655734d0c362c59f8cb1987ef6b164
tree0a5e02d99c706a1159586b3469a1ca846d0a5163
parent86717630b78f015ed3e0d41aa299cdde532b9c6f
Do not minimize from an installed to an uninstalled package when checking recommends

Also prune to installed packages (or their update candidates)
when doing extra reordering, i.e. when the update roles are
not yet resolved.

Fixes issue #539
src/solver.c