Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=947071

Ralf Corsepius <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #9 from Ralf Corsepius <[email protected]> ---
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to