!147 [sync] PR-142: correctly fix libdebuginfod.so requirement
From: @openeuler-sync-bot Reviewed-by: @hubin95 Signed-off-by: @hubin95
This commit is contained in:
commit
8070641c2d
@ -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 <fundawang@yeah.net> - 0.190-7
|
||||
- correctly fix libdebuginfod.so requirement
|
||||
|
||||
* Fri Jan 24 2025 shixuantong <shixuantong1@huawei.com> - 0.190-6
|
||||
- Type:bugfix
|
||||
- CVE:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user