correctly fix libdebuginfod.so requirement

This commit is contained in:
Funda Wang 2025-02-05 11:52:55 +08:00
parent f6ed7ae097
commit 886d87c5a9

View File

@ -1,7 +1,7 @@
# -*- rpm-spec from http://elfutils.org/ -*- # -*- rpm-spec from http://elfutils.org/ -*-
Name: elfutils Name: elfutils
Version: 0.180 Version: 0.180
Release: 15 Release: 16
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
URL: http://elfutils.org/ URL: http://elfutils.org/
License: GPLv3+ and (GPLv2+ or LGPLv3+) License: GPLv3+ and (GPLv2+ or LGPLv3+)
@ -129,6 +129,7 @@ License: GPLv3+ and (GPLv2+ or LGPLv3+)
%package debuginfod-client-devel %package debuginfod-client-devel
Summary: Libraries and headers to build debuginfod client applications Summary: Libraries and headers to build debuginfod client applications
Requires: %{name}-debuginfod-client = %{version}-%{release}
License: GPLv2+ or LGPLv3+ License: GPLv2+ or LGPLv3+
%package debuginfod %package debuginfod
@ -303,6 +304,9 @@ exit 0
%systemd_postun_with_restart debuginfod.service %systemd_postun_with_restart debuginfod.service
%changelog %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 * Fri Sep 01 2023 fuanan <fuanan3@h-partners.com> - 0.180-15
- Fix segfault in eu-ar -m - Fix segfault in eu-ar -m
- Use upstream patch for Fix error of parsing object file perms - Use upstream patch for Fix error of parsing object file perms