[Bug 455443] Review Request: perl-Filesys-Df - Perl extension for filesystem disk space information

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 23 14:06:45 UTC 2008


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

Summary: Review Request: perl-Filesys-Df - Perl extension for filesystem disk space information


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





------- Additional Comments From panemade at gmail.com  2008-07-23 10:06 EST -------
sorry I forgot to put "How to fix wrong-file-end-of-line-encoding". 
here it is given
http://fedoraproject.org/wiki/PackageMaintainers/Common_Rpmlint_Issues#wrong-file-end-of-line-encoding
==> sed -i 's/\r//' <file_to_strip> 

Regarding .bs files, I checked packages on F9 you mentioned in comment #4 but
didn't find any .bs installed on my machine. 
Okay. I just had a look at perl-DBI build.log at
http://kojipkgs.fedoraproject.org/packages/perl-DBI/1.601/4.fc9/data/logs/i386/build.log
and there I see .bs is actually removed using 
find /var/tmp/perl-DBI-1.601-4.fc9-root-mockbuild -type f -name '*.bs' -empty
-exec rm -f '{}' ';'

So you should add to spec 
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} \;



-- 
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, or are watching someone who is.




More information about the Fedora-package-review mailing list