https://bugzilla.redhat.com/show_bug.cgi?id=2416695
--- Comment #15 from Fabio Valentini <[email protected]> --- Thanks! Package looks good to me, with one minor issue: ./.cargo_vcs_info.json: JSON text data ./.github/dependabot.yml: ASCII text, with CRLF line terminators ./.github/workflows/test.yaml: ASCII text, with CRLF line terminators ./.gitignore: ASCII text, with CRLF line terminators ./CHANGELOG.md: ASCII text, with CRLF line terminators ./Cargo.toml: ASCII text ./Cargo.toml.orig: ASCII text, with CRLF line terminators ./LICENSE-APACHE: ASCII text, with CRLF line terminators ./LICENSE-MIT: ASCII text, with CRLF line terminators ./README.md: ASCII text, with very long lines (638), with CRLF line terminators ./rustfmt.toml: ASCII text, with CRLF line terminators ./src/de.rs: ASCII text, with CRLF line terminators ./src/lib.rs: C source, ASCII text, with CRLF line terminators ./src/ser.rs: ASCII text ./src/token.rs: ASCII text, with CRLF line terminators ./tests/roundtrip.rs: ASCII text, with CRLF line terminators It looks like most files have CRLF line endings. You might want to fix this downstream (BuildRequires: dos2unix, running dos2unix --keepdate $path for all affected files), and file an issue with the upstream project. It looks like they might have published the crate from a Windows (?) system where git is misconfigured. -- 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=2416695 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202416695%23c15 -- _______________________________________________ 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
