]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Also look at recommends in only_namespace_recommended mode
authorMichael Schroeder <mls@suse.de>
Mon, 26 Nov 2018 11:57:48 +0000 (12:57 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 26 Nov 2018 11:57:48 +0000 (12:57 +0100)
commit4abe1a2b6bfeb48d73baafc4f95b789e3a440f1a
tree5182705aabb5206f5eeebeb6dc69ae5446d167c3
parentec13015627781e46ed6de1ef95f1c3defec20d5d
Also look at recommends in only_namespace_recommended mode

We cheat by just checking if the dependency contains a namespace
relation. This is not 100% correct for complex dependencies where
we have multiple blocks after normalsation. But doing it right
is a lot of effort and there should be no difference in practice.
src/solver.c
src/solver_private.h
src/solver_util.c