diff --git a/elfutils.spec b/elfutils.spec index 264a04622ed15681e9aea0150c453c7f5c1560b5..cca267f31788ac84a55350e435d5a296970b571c 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ # -*- rpm-spec from http://elfutils.org/ -*- Name: elfutils Version: 0.191 -Release: 1 +Release: 2 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -307,7 +307,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 @@ -326,6 +325,12 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Wed Oct 30 2024 xuguangmin - 0.191-2 +- Type: bugfix +- CVE: NA +- SUG: NA +- DESC: Remove duplicate listed file /etc/sysconfig/debuginfod. + * Tue Jul 16 2024 dillon chen - 0.191-1 - Type:bugfix - CVE:NA