]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Improve fix for issue #343
authorMichael Schroeder <mls@suse.de>
Fri, 2 Aug 2019 14:33:00 +0000 (16:33 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 2 Aug 2019 14:33:00 +0000 (16:33 +0200)
commit9bb2290c5e88648697ddbe011a2134eecd3cc9ee
treeecb244b2d5424b7d914aefaceb3ba9a0ee9c6a07
parent45b474e7273060a3628bb05adac8db5158a1a472
Improve fix for issue #343

The old commit just checked if the package was identical to the
one we're updating. But we need to check against all the installed
packages.
src/solver.c