]> git.ipfire.org Git - thirdparty/libsolv.git/commit
repo2solv: no longer use "find" to find rpms
authorMichael Schroeder <mls@suse.de>
Mon, 8 Jul 2024 10:27:35 +0000 (12:27 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 8 Jul 2024 10:27:35 +0000 (12:27 +0200)
commit5c3047a780035bff18eb75306ff7c4063da87216
tree1fe4f9d8faa4c2f4b65c65cd30bb2faabef7bbd0
parent1602dc2c8f196dc95d4be653d1262bb445137f99
repo2solv: no longer use "find" to find rpms

This commit implements the file tree work needed
for the "plaindir" format. Like with the "find" command,
we do not follow symlinks to directories in recursive
mode.
package/libsolv.spec.in
tools/repo2solv.c