rpmlint-0.84-3.fc10.noarch includes a stupid and broken non-break-space warning. It's stupid because the distro official policy is that spec files are UTF-8 files and there's no reason to blacklist UTF-8 parts It's broken because it triggers randomly on various UTF-8 strings, including strings that do not include non-break-space at all, so the packager can not even act on the stupid thing. An exemple trigger spec is in bug #453017. The source seems to be korean text which has been included to follow our official guidelines on translating if possible. So we have a warning that protects against something the guidelines do not forbid, triggers randomly on other stuff, including stuff which has been added to follow the actual packaging guidelines. This warning does not deserve to survive.
Please calm down, this is just a bug in rpmlint which has been reported earlier, fixed upstream and will be in the next release. I've verified that the rpmlint svn version does the right thing with the spec from bug 453017. *** This bug has been marked as a duplicate of bug 455371 ***