]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Make sure that targeted updates don't do reinstalls
authorMichael Schroeder <mls@suse.de>
Fri, 28 Sep 2018 12:48:14 +0000 (14:48 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 28 Sep 2018 12:48:14 +0000 (14:48 +0200)
commit0ce04714c477f25fde16c57b5fdc478755794126
treed75cfbcd2843fc48a09e1f296b7806ad9f5a4d29
parent35612b6844665ea02c354c6c963a92563eee3c01
Make sure that targeted updates don't do reinstalls

We already had code in add_update_target() to do this, but it did
not cover the multiversion case where more than one package with
the same name is installed.
src/solver.c