https://bugzilla.redhat.com/show_bug.cgi?id=2427201
Paul Howarth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected] Component|perl-String-CRC32 |perl-Archive-Zip Assignee|[email protected] |[email protected] --- Comment #2 from Paul Howarth <[email protected]> --- The "crc32" command is actually part of the "perl-Archive-Zip" package. Here's how I worked that out: 1. Find the full pathname of the crc32 command: $ which crc32 /usr/bin/crc32 2. Find the package providing that path: $ rpm -qf /usr/bin/crc32 perl-Archive-Zip-1.68-17.fc43.noarch It looks like your bug has already been reported upstream in 2022 but nobody is working on that code: https://github.com/redhotpenguin/perl-Archive-Zip/issues/97 -- You are receiving this mail because: You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2427201 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202427201%23c2 -- _______________________________________________ perl-devel 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
