https://bugzilla.redhat.com/show_bug.cgi?id=1410524 --- Comment #2 from Neal Gompa <ngompa13@xxxxxxxxx> --- Initial issue detected: > - Package does not contain any libtool archives (.la) > Note: gala : /usr/lib64/gala/plugins/libgala-maskcorners.la gala : > /usr/lib64/gala/plugins/libgala-notify.la gala : /usr/lib64/gala/plugins > /libgala-zoom.la > See: http://fedoraproject.org/wiki/Packaging/Guidelines#StaticLibraries Please purge all libtool archives from the package. You can use a snippet like this in the %install phase to do it: find %{buildroot} -name '*.la' -print -delete -- 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