]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Support DISTTYPE_CONDA in dep2str()
authorMichael Schroeder <mls@suse.de>
Wed, 27 Mar 2019 12:16:53 +0000 (13:16 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 27 Mar 2019 12:16:53 +0000 (13:16 +0100)
commit7bc2134101a3e9383af39b0599d38285c7845130
tree1afa7ae0f1680909cd9d789374857f07f109c839
parent967a7598adabe9ca5972c7eb08752d49f8bb4c4a
Support DISTTYPE_CONDA in dep2str()

This basically strips the spaces from the relops and uses ',' for
REL_WITH and '|' for REL_OR.
src/poolid.c