https://bugzilla.redhat.com/show_bug.cgi?id=1873108



--- Comment #3 from Fabio Valentini <[email protected]> ---
Not so fast :)

I see two issues:

- Since you're using bundled dependencies, you'll need to list them all:
Provides: bundled(crate(foo)) = version

- You'll need to "calculate" the effective license of everything that's getting
statically linked into the built binary packages.

For example, one of my rust packages that ships a binary:
https://src.fedoraproject.org/rpms/rust-bodhi-cli/blob/master/f/rust-bodhi-cli.spec#_29
  → list all licenses of bundled dependencies
  → calculate union
  → set License tag accordingly


-- 
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 -- [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]

Reply via email to