https://bugzilla.redhat.com/show_bug.cgi?id=1379798
--- Comment #8 from MartinKG <[email protected]> --- also put the following line into %install section, because .la files should not be included, see: https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#StaticLibraries # Libtool archives, foo.la files, should not be included. find %{buildroot} -name '*.la' -exec rm -f {} ';' -- 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 -- [email protected] To unsubscribe send an email to [email protected]
