diff --git a/elfutils.spec b/elfutils.spec index 00426d482da75ae6a0af53ccb6c83103738fe4b0..e84cd908ddf087cbc2e90ed29a7c571dfce41582 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ # -*- rpm-spec from http://elfutils.org/ -*- Name: elfutils Version: 0.190 -Release: 6 +Release: 7 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -137,6 +137,7 @@ License: GPLv3+ and (GPLv2+ or LGPLv3+) %package debuginfod-client-devel Summary: Libraries and headers to build debuginfod client applications +Requires: %{name}-debuginfod-client = %{version}-%{release} License: GPLv2+ or LGPLv3+ %package debuginfod @@ -291,11 +292,12 @@ fi %files debuginfod-client %defattr(-,root,root) %{_libdir}/libdebuginfod-%{version}.so -%{_libdir}/libdebuginfod.so* +%{_libdir}/libdebuginfod.so.* %{_bindir}/debuginfod-find %files debuginfod-client-devel %defattr(-,root,root) +%{_libdir}/libdebuginfod.so %{_libdir}/pkgconfig/libdebuginfod.pc %{_includedir}/elfutils/debuginfod.h @@ -322,6 +324,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Wed Feb 05 2025 Funda Wang - 0.190-7 +- correctly fix libdebuginfod.so requirement + * Fri Jan 24 2025 shixuantong - 0.190-6 - Type:bugfix - CVE:NA