https://bugzilla.redhat.com/show_bug.cgi?id=1971404 --- Comment #8 from Fabio Valentini <decathorpe@xxxxxxxxx> --- I thought you created this package? ;) There *is* one binary subpackage produced by the name of %{crate}: https://src.fedoraproject.org/rpms/rust-image-roll/blob/rawhide/f/rust-image-roll.spec#_30 You can look at what I did here for a similar case: https://src.fedoraproject.org/rpms/rust-fedora-update-feedback/blob/rawhide/f/rust-fedora-update-feedback.spec#_26 To determine the list of Rust dependencies that are present during the build, you can do mock -r fedora-rawhide-x86_64 --enablerepo local --without check path-to.src.rpm mock -r fedora-rawhide-x86_64 shell for i in $(rpm -qa | grep "rust-.*-devel"); do rpm -q $i --qf "%{LICENSE}\n"; done | sort | uniq Which prints a list of licenses like the ones I put into fedora-update-feedback (and all other Rust binary packages I touch). -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure