I just tried rust2rpm to package arx for Fedora, and it complained about there not being a license file:
$ rust2rpm arx
Downloading arx-0.3.2.crate: 100%|███████████████████████████████████████████████████████████████████████████████████| 26.5k/26.5k [00:00<00:00, 223kB/s]
ERROR: No license files were detected. In almost all cases, this is an issue
with the upstream project that should be reported.
• To temporarily ignore this issue, use the '--ignore-missing-license-files' /
'-I' flag - for example, when manually including license files from the
upstream project, or for test builds.
I think you need to declare the crate as having a license and a license file? :thinking:
I just tried
rust2rpm
to packagearx
for Fedora, and it complained about there not being a license file:I think you need to declare the crate as having a license and a license file? :thinking: