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

Fabio Valentini <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
              Flags|                            |fedora-review?
           Assignee|[email protected]    |[email protected]



--- Comment #4 from Fabio Valentini <[email protected]> ---
Looks good to me, just the License tag for the binary subpackage is missing.

You can use the commands / macros that are proposed here:
https://pagure.io/fedora-rust/rust2rpm/pull-request/217

For now, you can shell into the mock chroot after a successful build, and run
this command in the crate's source root to generate a license summary:

cargo tree --workspace --offline --edges no-build,no-dev,no-proc-macro
--no-dedupe --target all --prefix none --format "# {l}" | sed -e "s: / :/:g" -e
"s:/: OR :g" | sort -u

Or, to generate the complete license information for all statically linked
dependencies:

cargo tree --workspace --offline --edges no-build,no-dev,no-proc-macro
--no-dedupe --target all --prefix none --format "{l}: {p}" | sed -e "s:
($(pwd))::g" -e "s: / :/:g" -e "s:/: OR :g" | sort -u


-- 
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=1990713
_______________________________________________
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

Reply via email to