Add debuginfod certpath to %files unconditionally

Resolves: RHEL-69472
This commit is contained in:
Aaron Merey 2025-01-15 17:20:59 -05:00
parent 9b9df4e766
commit 1e16be3373

View File

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