!139 [sync] PR-136: move /usr/lib64/libdebuginfod.so from debuginfod-client-devel to debuginfod-client

From: @openeuler-sync-bot 
Reviewed-by: @hubin95 
Signed-off-by: @hubin95
This commit is contained in:
openeuler-ci-bot 2025-02-05 02:57:28 +00:00 committed by Gitee
commit 941f4a8b57
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.190
Release: 5
Release: 6
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
URL: http://elfutils.org/
License: GPLv3+ and (GPLv2+ or LGPLv3+)
@ -291,14 +291,13 @@ fi
%files debuginfod-client
%defattr(-,root,root)
%{_libdir}/libdebuginfod-%{version}.so
%{_libdir}/libdebuginfod.so*
%{_bindir}/debuginfod-find
%{_libdir}/libdebuginfod.so.*
%files debuginfod-client-devel
%defattr(-,root,root)
%{_libdir}/pkgconfig/libdebuginfod.pc
%{_includedir}/elfutils/debuginfod.h
%{_libdir}/libdebuginfod.so
%files debuginfod
%defattr(-,root,root)
@ -323,6 +322,12 @@ exit 0
%systemd_postun_with_restart debuginfod.service
%changelog
* Fri Jan 24 2025 shixuantong <shixuantong1@huawei.com> - 0.190-6
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:move /usr/lib64/libdebuginfod.so from debuginfod-client-devel to debuginfod-client
* Wed Oct 30 2024 xuguangmin <xuguangmin@kylinos.cn> - 0.190-5
- Type: bugfix
- CVE: NA