Remove duplicate listed file /etc/sysconfig/debuginfod.

(cherry picked from commit c9192a9e7cdb791a45af2d86ac5afee74f7fda95)
This commit is contained in:
xuguangmin 2024-10-30 15:22:09 +08:00 committed by openeuler-sync-bot
parent 90c20410a2
commit 7355c7045b

View File

@ -1,7 +1,7 @@
# -*- rpm-spec from http://elfutils.org/ -*- # -*- rpm-spec from http://elfutils.org/ -*-
Name: elfutils Name: elfutils
Version: 0.190 Version: 0.190
Release: 4 Release: 5
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+)
@ -305,7 +305,6 @@ fi
%{_bindir}/debuginfod %{_bindir}/debuginfod
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sysconfig/debuginfod %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sysconfig/debuginfod
%{_unitdir}/debuginfod.service %{_unitdir}/debuginfod.service
%{_sysconfdir}/sysconfig/debuginfod
%dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod %dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod
%verify(not md5 size mtime) %attr(0600,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod/debuginfod.sqlite %verify(not md5 size mtime) %attr(0600,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod/debuginfod.sqlite
@ -324,6 +323,12 @@ exit 0
%systemd_postun_with_restart debuginfod.service %systemd_postun_with_restart debuginfod.service
%changelog %changelog
* Wed Oct 30 2024 xuguangmin <xuguangmin@kylinos.cn> - 0.190-5
- Type: bugfix
- CVE: NA
- SUG: NA
- DESC: Remove duplicate listed file /etc/sysconfig/debuginfod.
* Fri May 24 2024 wangqiang <wangqiang1@kylinos.cn> - 0.190-4 * Fri May 24 2024 wangqiang <wangqiang1@kylinos.cn> - 0.190-4
- Type: bugfix - Type: bugfix
- CVE: NA - CVE: NA