From 988398f85d4acd02678e6def2be0cc00ed5e2f03 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Fri, 24 Jan 2025 16:01:53 +0800 Subject: [PATCH] move /usr/lib64/libdebuginfod.so from debuginfod-client-devel to debuginfod-client (cherry picked from commit a685ae682ee2c4c0b58ab7ff2d4d8a415f773312) --- elfutils.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index adc5fd4..00426d4 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ # -*- rpm-spec from http://elfutils.org/ -*- Name: elfutils Version: 0.190 -Release: 5 +Release: 6 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -291,14 +291,13 @@ fi %files debuginfod-client %defattr(-,root,root) %{_libdir}/libdebuginfod-%{version}.so +%{_libdir}/libdebuginfod.so* %{_bindir}/debuginfod-find -%{_libdir}/libdebuginfod.so.* %files debuginfod-client-devel %defattr(-,root,root) %{_libdir}/pkgconfig/libdebuginfod.pc %{_includedir}/elfutils/debuginfod.h -%{_libdir}/libdebuginfod.so %files debuginfod %defattr(-,root,root) @@ -323,6 +322,12 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Fri Jan 24 2025 shixuantong - 0.190-6 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:move /usr/lib64/libdebuginfod.so from debuginfod-client-devel to debuginfod-client + * Wed Oct 30 2024 xuguangmin - 0.190-5 - Type: bugfix - CVE: NA -- Gitee