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=630644 Petr Pisar <ppisar@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppisar@xxxxxxxxxx --- Comment #2 from Petr Pisar <ppisar@xxxxxxxxxx> 2010-09-06 10:30:58 EDT --- The warning means the package installs shared library into non-system-wide path. This is absolutely correct for perl module as the library is intended only for Perl interpreter that know where to find it. Tha dark side of the warning is the library name is provided by generated RPM package (see rpm -pq --provides). It just pollutes RPM dependency space as the library cannot and should not be used by other packages directly. Solution is to filter the string out of package Provides. See <https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Removing_items_from_the_provides_stream_.28post-scan_filtering.29> for how-to. -- 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