https://bugzilla.redhat.com/show_bug.cgi?id=1534336 --- Comment #3 from Jerry James <loganjerry@xxxxxxxxx> --- (In reply to Jerry James from comment #2) > Hmmm, that's odd. I thought I had done so. I've got this in my copy of the > spec file: > > # Fix end of line encodings > sed -i 's/\r//' doc/{manual.bib,theory.xml} > > Did I submit the wrong version of the spec file? Well, I will investigate > and make sure this is fixed before importing. Okay, I see the problem. Those files do not have newline-return pairs; they have returns only, like with old Apple files. So the correct invocation is this: sed -i 's/\r/\n/g' doc/{manual.bib,theory.xml} I will make that correction. -- 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 To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx