]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Implement color filtering when adding update targets
authorMichael Schroeder <mls@suse.de>
Mon, 14 Apr 2025 12:14:59 +0000 (14:14 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 14 Apr 2025 12:14:59 +0000 (14:14 +0200)
commit8185d1775ff5a8078aeca0f32e95c75a90040ada
treed8a38ac4e7a68862fd1f426296c6eb46d069d6ca
parentf31e3d3b4add2b8f977539705611e3694583693f
Implement color filtering when adding update targets

The old code created update jobs spanning multiple architectures
even if "implicitobsoleteusescolors" was set.
Also add color filtering in replaces_installed_package, where it
seems to be also missing

Fixes issue #583.
src/solver.c