The versioned library (links) should be in the runtime package.
The debuginfod-client-devel package should just contain the .so
(symlink). This isn't fatal, just sloppy. ldconfig will correct
the missing symlinks when it was missing.
Signed-off-by: Mark Wielaard <mark@klomp.org>
+2019-11-27 Mark Wielaard <mark@klomp.org>
+
+ * elfutils.spec.in: Move all versioned libdebuginfod libraries
+ from debuginfod-client-devel to debuginfod-client.
+
2019-11-26 Mark Wielaard <mark@klomp.org>
* elfutils.spec.in: Remove Group tags, remove fedora and rhel
%files debuginfod-client
%defattr(-,root,root)
%{_libdir}/libdebuginfod-%{version}.so
+%{_libdir}/libdebuginfod.so.*
%{_bindir}/debuginfod-find
%{_mandir}/man1/debuginfod-find.1*
%{_libdir}/pkgconfig/libdebuginfod.pc
%{_mandir}/man3/debuginfod_*.3*
%{_includedir}/elfutils/debuginfod.h
-%{_libdir}/libdebuginfod.so*
+%{_libdir}/libdebuginfod.so
%files debuginfod
%defattr(-,root,root)