]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Allow to lookup a single id with repodata_lookup_idarray
authorMichael Schroeder <mls@suse.de>
Tue, 9 Apr 2019 09:13:17 +0000 (11:13 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 9 Apr 2019 09:34:22 +0000 (11:34 +0200)
commit5cbb203417f6828c45da0b7ad2268ba832c1d84d
tree4aa9f13053e328479bb30d579c9a7064a094be7e
parent357200c15ae9cb0d4abea44a630023c20e7ad8c9
Allow to lookup a single id with repodata_lookup_idarray

I don't see any harm in allowing this and it makes dealing with
things like SOLVABLE_LICENSE easier which can be either an id
(the old way) or an id array (the new way).
src/repodata.c