https://bugzilla.redhat.com/show_bug.cgi?id=2397580
Ben Beasley <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Ben Beasley <[email protected]> --- > # FIXME: no license files detected You do have to fix this. See https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text. I offered a PR upstream that will fix it in the next release: https://github.com/PyO3/pyo3-async-runtimes/pull/63 Until then, you can patch in the license file downstream with something like this in rust2rpm.toml: [package.license-files] include = [ "LICENSE"] [[package.extra-sources]] number = 10 file = "https://github.com/PyO3/pyo3-async-runtimes/raw/refs/tags/v0.26.0/LICENSE" comments = [ "Fix missing LICENSE file in macros crate", "https://github.com/PyO3/pyo3-async-runtimes/pull/63", ] [scripts.prep] pre = [ "cp -p '%{SOURCE10}' .", ] -- 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=2397580 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202397580%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://pagure.io/fedora-infrastructure/new_issue
