]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
config: versioned libdebuginfod libraries should not be in -devel package.
authorMark Wielaard <mark@klomp.org>
Wed, 27 Nov 2019 02:21:49 +0000 (03:21 +0100)
committerMark Wielaard <mark@klomp.org>
Wed, 27 Nov 2019 02:21:49 +0000 (03:21 +0100)
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>
config/ChangeLog
config/elfutils.spec.in

index 1637920777cb2740da642df90717ccb7b3b02398..4e481bcc2c579de577306b561f8f26306a91febb 100644 (file)
@@ -1,3 +1,8 @@
+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
index 46779340be2dc2bb2ec4287c21ebccc11ec7fc71..8358137df7730f451866591d430e69dd6864ec98 100644 (file)
@@ -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)