[Rpm-maint] [rpm-software-management/rpm] Support generating dependencies for multiple files at once (PR #2537)
Panu Matilainen
notifications at github.com
Tue Jul 4 07:16:46 UTC 2023
Converted this to a draft, it needs some further work before merging.
The current implementation requires the generator to output every single filename fed into it, whether there are dependencies for the file or not. While that needs to be allowed (to allow keeping simple generators simple), there's no real reason to *require* that. And related to that, the current implementation also requires the same exact order to be preserved in the generator which complicates doing stuff in parallel inside the generator. It's worth adding a little complexity to the rpm side to allow flexibility + optimizing the generator side where it makes sense.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2537#issuecomment-1619654898
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2537/c1619654898 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20230704/b863a9c8/attachment.html>
More information about the Rpm-maint
mailing list