From acb91fdb17203c45e8d88a2af0ece1bcd506e422 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 27 Nov 2019 03:21:49 +0100 Subject: config: versioned libdebuginfod libraries should not be in -devel package. 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 --- config/ChangeLog | 5 +++++ config/elfutils.spec.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/ChangeLog b/config/ChangeLog index 16379207..4e481bcc 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2019-11-27 Mark Wielaard + + * elfutils.spec.in: Move all versioned libdebuginfod libraries + from debuginfod-client-devel to debuginfod-client. + 2019-11-26 Mark Wielaard * elfutils.spec.in: Remove Group tags, remove fedora and rhel diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 46779340..8358137d 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -289,6 +289,7 @@ fi %files debuginfod-client %defattr(-,root,root) %{_libdir}/libdebuginfod-%{version}.so +%{_libdir}/libdebuginfod.so.* %{_bindir}/debuginfod-find %{_mandir}/man1/debuginfod-find.1* @@ -297,7 +298,7 @@ fi %{_libdir}/pkgconfig/libdebuginfod.pc %{_mandir}/man3/debuginfod_*.3* %{_includedir}/elfutils/debuginfod.h -%{_libdir}/libdebuginfod.so* +%{_libdir}/libdebuginfod.so %files debuginfod %defattr(-,root,root) -- cgit v1.2.3