https://bugzilla.redhat.com/show_bug.cgi?id=1869049 --- Comment #1 from Dick Franks <rwfranks@xxxxxxx> --- Apologies for the fumble. Component version is perl-Net-DNS-1.21-2.fc32 RPM spec contains this: sed -i -e '1 s,^#!/usr/local/bin/perl,#!%{__perl},' demo/* for i in Changes; do iconv -f iso8859-1 -t utf-8 "$i" > "${i}.conv" touch -r "$i" "${i}.iconv" mv -f "${i}.conv" "$i" done which is unnecessary (and causes damaage) because Changes file is already UTF-8, and has been for some time. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx