https://bugzilla.redhat.com/show_bug.cgi?id=1067917

Denis Fateyev <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Assignee|[email protected]    |[email protected]
              Flags|                            |fedora-review?



--- Comment #1 from Denis Fateyev <[email protected]> ---
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to