From c9192a9e7cdb791a45af2d86ac5afee74f7fda95 Mon Sep 17 00:00:00 2001 From: xuguangmin Date: Wed, 30 Oct 2024 15:22:09 +0800 Subject: [PATCH] Remove duplicate listed file /etc/sysconfig/debuginfod. --- elfutils.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index 8d668ab..adc5fd4 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ # -*- rpm-spec from http://elfutils.org/ -*- Name: elfutils Version: 0.190 -Release: 4 +Release: 5 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -305,7 +305,6 @@ fi %{_bindir}/debuginfod %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sysconfig/debuginfod %{_unitdir}/debuginfod.service -%{_sysconfdir}/sysconfig/debuginfod %dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod %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 %changelog +* Wed Oct 30 2024 xuguangmin - 0.190-5 +- Type: bugfix +- CVE: NA +- SUG: NA +- DESC: Remove duplicate listed file /etc/sysconfig/debuginfod. + * Fri May 24 2024 wangqiang - 0.190-4 - Type: bugfix - CVE: NA -- Gitee