Description of problem: When creating an RPM in Publican using the command 'publican package --binary --lang=en-US'. Version-Release number of selected component (if applicable): publican-2.3-0.fc14.noarch How reproducible: Always Steps to Reproduce: 1. publican package --binary --lang=en-us 2. find rpm and spec 3. run rpmlint against the rpm and the spec Actual results: Fedora-Security_Guide-14-web-en-US.spec:85: W: mixed-use-of-spaces-and-tabs (spaces: line 13, tab: line 85) Expected results: Clean rpmlint output Additional info: attached is the offending spec
Created attachment 459607 [details] Offending SPEC file
*** Bug 652119 has been marked as a duplicate of this bug. ***
Changed the xsl that generates the specfiles so that these tabs are no longer inserted in the specfiles. Committed revision 1630.
Publican 2.4 has shipped with a fix for this issue.