https://bugzilla.redhat.com/show_bug.cgi?id=1476458 --- Comment #10 from Otavio R. Piske <angusyoung@xxxxxxxxx> --- Thank you for your review! I applied the changes you suggested. The link to the spec is: https://github.com/orpiske/paho.mqtt.c/blob/fedora-upstream-changes/dist/paho-c.spec The successful Koji build is available here: https://koji.fedoraproject.org/koji/taskinfo?taskID=21179367 I am not entirely sure that the way I did the split between the actual shared libraries the symlinks are correct. I used %{_libdir}/*.so for the symlinks and %{_libdir}/*.so.* for the actual libraries. Although this does seem to do the split correctly: rpm -qf /usr/lib64/libpaho-mqtt3*.so paho-c-devel-1.2.0-8.fc26.x86_64 paho-c-devel-1.2.0-8.fc26.x86_64 paho-c-devel-1.2.0-8.fc26.x86_64 paho-c-devel-1.2.0-8.fc26.x86_64 rpm -qf /usr/lib64/libpaho-mqtt3*.so.* paho-c-1.2.0-8.fc26.x86_64 paho-c-1.2.0-8.fc26.x86_64 paho-c-1.2.0-8.fc26.x86_64 paho-c-1.2.0-8.fc26.x86_64 paho-c-1.2.0-8.fc26.x86_64 paho-c-1.2.0-8.fc26.x86_64 paho-c-1.2.0-8.fc26.x86_64 paho-c-1.2.0-8.fc26.x86_64 I wasn't sure about the correct way to split, but I will change it if it's wrong. Thanks! -- 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