Rex Dieter <[email protected]> writes:

> I'd suggest you track library sonames instead of using globs as is current:
> %files libs
> %{_libdir}/libasprintf.so.*
> %{_libdir}/libgettextpo.so.*
> ...
>
> using something like:
> %files libs
> %{_libdir}/libasprintf.so.0*
> %{_libdir}/libgettextpo.so.0*
> ...
> instead.
>
> So this won't come as a surprise when/if it happens again.

Thanks for the suggestion.  I have made that change.

Regards,
-- 
Daiki Ueno
--
devel mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to