!144 correctly fix libdebuginfod.so requirement

From: @fundawang 
Reviewed-by: @tong_1001, @hubin95 
Signed-off-by: @hubin95
This commit is contained in:
openeuler-ci-bot 2025-02-06 01:48:03 +00:00 committed by Gitee
commit fc10bf3e32
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
# -*- rpm-spec from http://elfutils.org/ -*-
Name: elfutils
Version: 0.180
Release: 15
Release: 16
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
URL: http://elfutils.org/
License: GPLv3+ and (GPLv2+ or LGPLv3+)
@ -129,6 +129,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
@ -303,6 +304,9 @@ exit 0
%systemd_postun_with_restart debuginfod.service
%changelog
* Wed Feb 05 2025 Funda Wang <fundawang@yeah.net> - 0.180-16
- correctly fix libdebuginfod.so requirement
* Fri Sep 01 2023 fuanan <fuanan3@h-partners.com> - 0.180-15
- Fix segfault in eu-ar -m
- Use upstream patch for Fix error of parsing object file perms