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=689488 --- Comment #1 from Adam Huffman <bloch@xxxxxxxxxxxx> 2011-03-21 12:30:53 EDT --- There are two errors found by rpmlint: vcftools.src:35: E: hardcoded-library-path in %{buildroot}/usr/lib/FaSlice.pm A library path is hardcoded to one of the following paths: /lib, /usr/lib. It should be replaced by something like /%{_lib} or %{_libdir}. vcftools.src:36: E: hardcoded-library-path in %{buildroot}/usr/lib/Vcf.pm A library path is hardcoded to one of the following paths: /lib, /usr/lib. It should be replaced by something like /%{_lib} or %{_libdir}. This is because some of the installation paths are hardcoded in the Makefiles, so I had to move files in the .spec. If it's preferable to patch the Makefile, let me know. -- 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