https://bugzilla.redhat.com/show_bug.cgi?id=1067917 Denis Fateyev <denis@xxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |denis@xxxxxxxxxxx Assignee|nobody@xxxxxxxxxxxxxxxxx |denis@xxxxxxxxxxx Flags| |fedora-review? --- Comment #1 from Denis Fateyev <denis@xxxxxxxxxxx> --- Taken. As for the error you've mentioned, you can decode the files by yourself: %setup -q for file in ./man/de/man1/.1* ./man/fr/man1/.1* ./man/es/man1/.1*; do iconv -f latin1 -t utf8 < $file > $file.new mv -f $file.new $file done -- 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 _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review