move /usr/lib64/libdebuginfod.so from debuginfod-client-devel to debuginfod-client

(cherry picked from commit a685ae682ee2c4c0b58ab7ff2d4d8a415f773312)
This commit is contained in:
shixuantong 2025-01-24 16:01:53 +08:00 committed by openeuler-sync-bot
parent d0059131fa
commit 988398f85d

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