https://bugzilla.redhat.com/show_bug.cgi?id=2028900
Fabio Valentini decathorpe@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |decathorpe@gmail.com
--- Comment #1 from Fabio Valentini decathorpe@gmail.com --- Initial comments:
- You modified the "License" tag of the source package (which is still "only MIT") instead of that of the built package that contains the statically linked binary. You can take a look here for an example how to specify binary package license correctly: https://src.fedoraproject.org/rpms/rust-fedora-update-feedback/blob/rawhide/...
The command to run in mock shell after a build "--without check" and `mock install dnf-utils` to generate the list of packages+licenses is `dnf repoquery --cacheonly "rust-*-devel" --installed --qf "# %{LICENSE}: %{source_name} %{version}"`
- You don't need to modify the file name of the license if you're taking it verbatim from upstream.