Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=947071 Ralf Corsepius <rc040203@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rc040203@xxxxxxxxxx --- Comment #9 from Ralf Corsepius <rc040203@xxxxxxxxxx> --- MUSTFIX: This package installs its perl modules under %{_libdir}/%{name}. This is problematic twice: - Noarch packages must not install files under %{_libdir}/%{name} - /usr/bin/monitorix searches for its modules under /usr/lib/monitorix: /usr/bin/monitorix: ... use lib $Bin . "/lib", "/usr/lib/monitorix"; ... => Change your spec to install the perl-modules into /usr/lib/%{name} instead of %{_libdir}/%{name} Alternatively, modify the package to install the perl modules into %{perl_vendorlib}/%{name}. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=db2FaHHjH4&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review