Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473583 --- Comment #18 from Tom "spot" Callaway <tcallawa@xxxxxxxxxx> 2009-05-27 13:08:07 EDT --- %files ... %{_libdir}/libWN.so* %files devel ... %{_libdir}/libWN.so* You're double-packaging those files. The .so.* go in the main package, and the .so goes into the -devel package. It should be: %files ... %{_libdir}/libWN.so.* %files devel ... %{_libdir}/libWN.so You're also missing the necessary %post and %postun invocations for packages with shared libraries, see: https://fedoraproject.org/wiki/Packaging/Guidelines#Shared_Libraries -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review