[Bug 225704] Merge Review: docbook-style-xsl

bugzilla at redhat.com bugzilla at redhat.com
Tue Nov 27 12:46:45 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Merge Review: docbook-style-xsl


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





------- Additional Comments From ovasik at redhat.com  2007-11-27 07:46 EST -------
I added following section to the prep which silenced all latest rpmlint warning
about non UTF-8. Html files after conversion seems to be readable by web
browser. Do you see something wrong/dangerous in that spec construction?

# fix of non UTF-8 files rpmlint warnings 
for fhtml in $(find ./doc -name '*.html' -type f)
do
iconv -f ISO-8859-1 -t UTF-8 "$fhtml" -o "$fhtml".tmp
mv -f "$fhtml".tmp "$fhtml"
sed -i 's/ISO-8859-1/UTF-8/' "$fhtml"
done

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list