]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Fix REL_EQ for conda, it's "==" and not "="
authorMichael Schroeder <mls@suse.de>
Wed, 27 Mar 2019 12:20:32 +0000 (13:20 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 27 Mar 2019 12:20:32 +0000 (13:20 +0100)
commit02c3ff30b813c213f57e61d85452da72a4781f69
tree5d0f9d47a0ee653185c3800566a1b6a5f1220bf4
parent7bc2134101a3e9383af39b0599d38285c7845130
Fix REL_EQ for conda, it's "==" and not "="

"=" is a fuzzy match.
src/poolid.c