Daiki Ueno wrote: > I am very sorry that the recent build of gettext-0.19.8-1 package, which > has already been pushed to F24, had an unintentional soname bump of > libgettextpo 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. -- Rex -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/devel@xxxxxxxxxxxxxxxxxxxxxxx