https://bugzilla.redhat.com/show_bug.cgi?id=1694231



--- Comment #3 from Robert-AndrĂ© Mauchin <[email protected]> ---
(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 -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to