]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Add support for DISTTYPE_APK to the libsolv core
authorMichael Schroeder <mls@suse.de>
Thu, 28 Nov 2024 12:31:02 +0000 (13:31 +0100)
committerMichael Schroeder <mls@suse.de>
Thu, 28 Nov 2024 12:33:08 +0000 (13:33 +0100)
commitfbbf2565c19f7c72351c6967f8ad3d6c929e551f
treebda46cf059866ca4ab55413ee3916f3024c238ae
parent224cab32cb08bfbc430a5775ed840b71fcb4e496
Add support for DISTTYPE_APK to the libsolv core

This is mostly the apk version comparison. We also do not add
spaces around the comparison ops for apk and shorten =~ to ~.

This is currenly bould to MULTI_SEMANTICS as we do not have
an "alpine" target yet.
bindings/solv.i
ext/testcase.c
src/CMakeLists.txt
src/apk.c [new file with mode: 0644]
src/evr.c
src/pool.c
src/pool.h
src/poolid.c