https://bugzilla.redhat.com/show_bug.cgi?id=1694231 --- Comment #3 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- (In reply to Artem from comment #2) > Quick fix: > > Spec URL: https://atim.fedorapeople.org/for-review/libunarr.spec > SRPM URL: > https://atim.fedorapeople.org/for-review/libunarr-1.0.1-2.fc30.src.rpm > > But i still need to work on this: > > > In order to avoid unintentional SONAME bumps, we now forbid globbing the > *major* SONAME version. > > Should i notify about this upstream? It has nothing to do with upstream, it's purely a SPEC problem. Instead of using: %{_libdir}/%{name}.so.* Use: %{_libdir}/%{name}.so.1* That way, if upstream bump tho major soname to 2 (indicating an API change), your package won't build automatically, you will need to manually bump the SONAME. That procedure requires you to notify the devel mailing list one week in advance so that consumer of your package can rebuild their packages once the SONAME bump happens. -- 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 Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx