From fcaba61e441884680a030fc5b50d794d06b27cb4 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 5 Feb 2025 11:50:36 +0800 Subject: [PATCH] correctly fix libdebuginfod.so requirement (cherry picked from commit f26f530b3cdc7deb937e43389e1c462fd687f41b) --- elfutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/elfutils.spec b/elfutils.spec index cb65ce0..d74da54 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ # -*- rpm-spec from http://elfutils.org/ -*- Name: elfutils Version: 0.185 -Release: 18 +Release: 19 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -91,6 +91,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 @@ -267,6 +268,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Wed Feb 05 2025 Funda Wang - 0.185-19 +- correctly fix libdebuginfod.so requirement + * Fri Sep 01 2023 fuanan - 0.185-18 - Type:bugfix - ID:NA -- Gitee