cat-in-136 / cargo-generate-rpm

Cargo helper command to generate a binary RPM package
MIT License
92 stars 19 forks source link

use expanded file list when determining reqs #78

Closed tofay closed 1 year ago

tofay commented 1 year ago

The find requires logic should be passed the files that have already had profile/target directory mapping logic applied, otherwise ldd/find-requires won't find the files.

fixes: https://github.com/cat-in-136/cargo-generate-rpm/issues/77

cat-in-136 commented 1 year ago

Thanks a lot.