https://bugzilla.redhat.com/show_bug.cgi?id=2295805
Fabio Valentini decathorpe@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags| |fedora-review? Status|NEW |ASSIGNED Assignee|nobody@fedoraproject.org |decathorpe@gmail.com
--- Comment #5 from Fabio Valentini decathorpe@gmail.com ---
# FIXME: no license files detected
It looks like you used "rust2rpm --ignore-missing-license-files" *and* didn't actually fix the FIXME? The MIT license requires that redistributed sources contain a copy of the license text.
It looks like the upstream project added a license file after publishing the latest release: https://github.com/koivunej/derive-into-owned
Please file an issue upstream about getting a new release that contains the license text. In the meantime, you can include the license file from GitHub as a separate source.
For Rust packages, we usually handle this case like it is handled here: https://src.fedoraproject.org/rpms/rust-backtrace-ext/blob/rawhide/f/rust-ba...
(except that you only have one LICENSE file instead of LICENSE-APACHE and LICENSE-MIT, of course)