]> git.ipfire.org Git - pakfire.git/commit
filelist: Use our own pattern matching function throughout
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Aug 2023 12:35:11 +0000 (12:35 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Aug 2023 12:35:11 +0000 (12:35 +0000)
commit677f2a6743769ae6244a89b43f4aa6665ac3eea0
tree65702bd5f0852af6e32bb9726789b4e2901aea60
parent66450e635491b1d56e743bbce5ff558e85b7c687
filelist: Use our own pattern matching function throughout

Since we (once again) have another way to match paths in packages, there
is a flag which allows to switch to a different way to match paths.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/build.c
src/libpakfire/dist.c
src/libpakfire/filelist.c
src/libpakfire/include/pakfire/filelist.h
src/libpakfire/repo.c
src/libpakfire/snapshot.c