diff --git a/elfutils.spec b/elfutils.spec index adc5fd49530d9c93cd395ec50fce079b76b3604d..00426d482da75ae6a0af53ccb6c83103738fe4b0 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