Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=700832 --- Comment #4 from Jeffrey C. Ollie <jeff@xxxxxxxxxx> 2011-05-02 14:59:50 EDT --- (In reply to comment #3) > Instead of using > %{__sed} -i 's/\r//' COPYING > %{__sed} -i 's/\r//' AUTHORS > %{__sed} -i 's/\r//' ChangeLog > %{__sed} -i 's/\r//' README > to convert EOLs, please use e.g. > for file in COPYING AUTHORS ChangeLog README; do > sed -i 's/\r//' $file > $file.new && \ > touch -r $file $file.new && \ > mv $file.new $file > done > which preserves time stamps. Fixed. Spec URL: http://jcollie.fedorapeople.org/liblogging.spec SRPM URL: http://jcollie.fedorapeople.org/liblogging-0.7.1-2.src.rpm -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review