https://bugzilla.redhat.com/show_bug.cgi?id=2443679
Fabio Valentini <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|[email protected] |[email protected] CC| |[email protected] Flags| |fedora-review? --- Comment #3 from Fabio Valentini <[email protected]> --- I "accidentally" looked into packaging this crate too (glycin added a dependency on it) and found some minor issues: - There's a bunch of files included that should probably be excluded from published crates. I filed https://github.com/LaurenzV/hayro/issues/1036 for this. - The assets/*.icc files are covered by CC0-1.0 (text included in assets/LICENSE.txt). I am unsure about how to best represent this in crate / package metadata. These ICC profiles *do* get embedded into the library when building, so it does affect both dependent applications *and* the license of the source code shipped in rust-hayro-jpeg2000-devel. As far as I can tell, we will need a patch for Cargo.toml to change the license filed to `("MIT OR Apache-2.0) AND CC0-1.0"`. As for the other changes to Cargo.toml: - I'll try to get moxcms updated in Fedora. - The "indicatif" dev-dependency can be dropped and doesn't need to be bumped, it is only used in skipped tests. -- 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 https://bugzilla.redhat.com/show_bug.cgi?id=2443679 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202443679%23c3 -- _______________________________________________ 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://forge.fedoraproject.org/infra/tickets/issues/new
