https://bugzilla.redhat.com/show_bug.cgi?id=1813563 --- Comment #13 from Fabio Valentini <decathorpe@xxxxxxxxx> --- > This library is loaded in Pascal source code with `librawname='libpasraw.so.1';` and `libraw := LoadLibrary(librawname);`, it's not dinamically linked at build time. This is what I meant - it's loaded using something like "dlopen()" (or the Pascal equivalent of it). So it really is not a shared library in the usual sense, at least in my opinion. Since there are also no headers and other development stuff (e.g. pkgconfig files) for this library, I'd suggest to move it into a "private" location (e.g. into %{_libdir}/libpasraw/), and patch dependent packages to load it from there instead. (You also got a similar answer on your devel@ post.) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx