diff --git a/elfutils.spec b/elfutils.spec index 9f479bc..fef2af0 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -4,7 +4,7 @@ Name: elfutils Version: 0.192 -%global baserelease 4 +%global baserelease 5 Release: %{baserelease}%{?dist} URL: http://elfutils.org/ %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ @@ -490,10 +490,10 @@ fi %{_mandir}/man1/debuginfod-find.1* %{_mandir}/man7/debuginfod*.7* %{_sysconfdir}/profile.d/debuginfod.* +%{_sysconfdir}/debuginfod/*.certpath %config(noreplace) %{_datadir}/fish/vendor_conf.d/* %if 0%{?centos} >= 8 %{_sysconfdir}/debuginfod/*.urls -%{_sysconfdir}/debuginfod/*.certpath %endif %files debuginfod-client-devel @@ -533,7 +533,13 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog -* Fri Dec 13 2024 Aaron Merey - 0.192-5 +* Jan 15 2025 Aaron Merey - 0.192-5 +- Add debuginfod certpath to %files unconditionally + +* Jan 15 2025 Aaron Merey - 0.192-4 +- NVR Bump. + +* Fri Dec 13 2024 Aaron Merey - 0.192-3 - Enable debuginfod IMA verification - Add elfutils-0.192-fix-configure-conditional.patch - Add elfutils-0.192-skip-ima-test.patch