https://bugzilla.redhat.com/show_bug.cgi?id=2486089
Ben Beasley <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Ben Beasley <[email protected]> --- > # FIXME: no license files detected You have to actually fix this. Both MIT and Apache-2.0 licenses require distributing the license text. https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text The license files aren’t present upstream in https://github.com/reem/rust-once-mutex, so you would have to first try engaging with upstream and then, if that doesn’t get anywhere, you could make a reasonable guess at the intended license text downstream. However, stepping back a bit, this is a library that hasn’t been touched in nearly 11 years, so it’s pretty clear that it’s unmaintained upstream. It is a dependency for the regex-cache crate, which (looking at https://github.com/1aim/rust-regex-cache) hasn’t been touched in six years. Looking at libphonenumber upstream, the regex-cache dependency was just removed in an unreleased commit https://github.com/whisperfish/rust-phonenumber/commit/bc696ca09f40e9d474098b2e381e87e78c50fba1. Perhaps we could avoid both rust-regex-cache and rust-oncemutex. I’m not sure if backporting that change is wise, since it breaks the public API of the phonenumber crate, but maybe the 0.4.0 release isn’t too far away? -- 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=2486089 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202486089%23c2 -- _______________________________________________ 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
