]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Add new SOLVER_FLAG_FOCUS_NEW focus type
authorMichael Schroeder <mls@suse.de>
Tue, 9 Jul 2024 11:06:16 +0000 (13:06 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 9 Jul 2024 11:06:16 +0000 (13:06 +0200)
commit8151b3a8b415ecec89043daecafa6059fc1424cf
tree4f104bbfd5cc243321ebf5e107a618e7fd49d92b
parent5c3047a780035bff18eb75306ff7c4063da87216
Add new SOLVER_FLAG_FOCUS_NEW focus type

First resolve the given jobs, then the dependencies of the
resulting packages ignoreing the ones provided by currently
installed packages. After that resolve all already installed
packages. This is similar to SOLVER_FLAG_FOCUS_BEST but less
aggressive in updating packages.

Fixes issue #549
bindings/solv.i
doc/gen/libsolv-bindings.3
doc/libsolv-bindings.txt
ext/testcase.c
src/solver.c
src/solver.h
test/testcases/focus/new1.t [new file with mode: 0644]
test/testcases/focus/new2.t [new file with mode: 0644]