]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Don't special case release-less provides in sort_by_common_dep any more
authorMichael Schroeder <mls@suse.de>
Thu, 8 Dec 2016 13:49:31 +0000 (14:49 +0100)
committerMichael Schroeder <mls@suse.de>
Thu, 8 Dec 2016 13:49:31 +0000 (14:49 +0100)
commitdebacb8f3afe1e004382890faa664dd15720d4ed
treec5e27372e471b0f42db64a561791f53ee930c58d
parent45f575e2315af3b9f02d41b1eef9fd5e41985dda
Don't special case release-less provides in sort_by_common_dep any more

Instead use EVRCMP_MATCH_RELEASE, but leave the special handling of
the -2 return code intact.
src/policy.c