From aff444d022537cb2570f5c617aecb28d3dbefe81 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Thu, 23 Jul 2020 01:17:05 +0200 Subject: [PATCH] Remove duplicate listing of sysconfig/debuginfod (config) file. --- elfutils.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/elfutils.spec b/elfutils.spec index 6d0734e..ce301d0 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -413,7 +413,6 @@ fi %{_bindir}/debuginfod %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sysconfig/debuginfod %{_unitdir}/debuginfod.service -%{_sysconfdir}/sysconfig/debuginfod %{_mandir}/man8/debuginfod.8* %dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod @@ -433,6 +432,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Wed Jul 22 2020 Mark Wielaard - 0.180-5 +- Remove duplicate listing of sysconfig/debuginfod (config) file. + * Mon Jul 13 2020 Tom Stellard - 0.180-4 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro