https://bugzilla.redhat.com/show_bug.cgi?id=2257184
Fabio Valentini <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Status|NEW |ASSIGNED CC| |[email protected] Doc Type|--- |If docs needed, set a value Flags| |fedora-review? --- Comment #1 from Fabio Valentini <[email protected]> --- Can you patch Cargo.toml and build.rs so that the code path for the "buildtime_bindgen" feature is taken unconditionally? Otherwise the crate will use pre-generated bindings by default. I.e. in Cargo.toml, the "bindgen" build-dependency should be non-optional, and in build.rs, the "not(buildtime_bindgen)" code path can be removed, and the "buildtime_bindgen" code path can be unconditional. Additionally, the crate includes a bunch of shell scripts and files that are only useful for upstream. These should be excluded from getting installed into the -devel package. -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2257184 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202257184%23c1 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
