https://bugzilla.redhat.com/show_bug.cgi?id=2434105
Ben Beasley <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Ben Beasley <[email protected]> --- # FIXME: no license files detected %doc %{crate_instdir}/README.md This does have to be fixed, per https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text. The upstream repository https://github.com/sigoden/change-case/blob/master/Cargo.toml is archived, and the author recommends using https://crates.io/crates/convert_case instead. I suggested switching to convert_case upstream in https://github.com/Cisco-Talos/clamav-signature-util/pull/12. Maybe you can do the same thing downstream and avoid packaging rust-change-case at all. You would have to coordinate an update of the existing rust-convert_case package, now at 0.8.0, in order to use the ccase!() macro as I did. The sole existing dependent package is rust-libspa, and it’s likely that it can be made to work with the latest rust-convert_case by simply patching its version bounds. Upstream for rust-libspa dropped the convert_case dependency altogether in https://gitlab.freedesktop.org/pipewire/pipewire-rs/-/commit/a8f365faf5292835650f9a49083e0c26c3de0bde, but that hasn’t been released yet. -- 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=2434105 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202434105%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
