summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-11-27 03:21:49 +0100
committerMark Wielaard <mark@klomp.org>2019-11-27 03:21:49 +0100
commitacb91fdb17203c45e8d88a2af0ece1bcd506e422 (patch)
tree5e21785571547c6c686aa707892fbf983614ca86
parent2c7c40373b68968cce20a60a28234e2a2cbc55cb (diff)
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 <mark@klomp.org>
-rw-r--r--config/ChangeLog5
-rw-r--r--config/elfutils.spec.in3
2 files changed, 7 insertions, 1 deletions
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 <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
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)