From be0f9caf677ab42fcd311811a00b5227ff272a66 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 5 Feb 2025 11:47:48 +0800 Subject: [PATCH] correctly fix libdebuginfod.so requirement (cherry picked from commit 21e65fda2285afb2401555f3cfe760d0a03d1d8b) --- elfutils.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index 00426d4..e84cd90 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 -- Gitee