Specify the soname explicitly

This will help prevent accidentally bumping the soname without
being aware of it.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2022-12-08 12:47:08 -05:00
parent bb75ad2c78
commit 569de0fee3
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11

View File

@ -41,7 +41,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/%{name} __doc
%files
%license COPYING COPYING.LIB
%doc AUTHORS NEWS README
%{_libdir}/%{name}.so.*
%{_libdir}/%{name}.so.5*
%files devel
%doc HACKING DEPENDENCIES THANKS ChangeLog