Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=927269 --- Comment #11 from Michal Schmidt <mschmidt@xxxxxxxxxx> --- >From the spec: # No need to call to ldconfig for post installation/uninstallation as # the libglamor libglamoregl are dynamicly load through dl open by the # xserver or ddx driver. But to silence rpmlint just call them. Are you sure this comment is accurate? I can see that it is valid for libglamoregl.so, which gets dlopen'd by the X server using a full path, but this .so then depends on libglamor.so.0, which gets resolved using the standard dynamic linker search order. So I'd say ldconfig is in fact needed and not just to silence rpmlint. The -devel subpackage should require the base package using an arch-specific dependency. See: https://fedoraproject.org/wiki/Packaging:Guidelines#Requiring_Base_Package The explicit "Requires: pkgconfig" is redundant, because rpmbuild automatically added a requirement for "/usr/bin/pkg-config" for you. The explicit "Requires: mesa-libEGL" is redundant, because the devel subpackage depends on the main package, which in turn already requires "libEGL.so.1()(64bit)" -- 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=DXmibInDoS&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review