https://bugzilla.redhat.com/show_bug.cgi?id=2055323
Fabio Valentini <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Fabio Valentini <[email protected]> --- Two quick notes from Rust packaging POV: 1. The package and crate does not contain license files. You should poke upstream project to include them in published crates. Until that is resolved, you will probably need to include the two license files as additional SOURCEs and add them manually. 2. %cargo_test "--features" test-utils This looks weird, not sure if that even works as expected. The %cargo_test macro even has an "-f" flag for this exact use case: %cargo_test -f test-utils -- 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=2055323 _______________________________________________ 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 on the list, report it: https://pagure.io/fedora-infrastructure
