Install fish profile script unconditionally

Resolves: RHEL-64046
This commit is contained in:
Aaron Merey 2024-10-29 16:33:27 -04:00
parent 670dd6ead5
commit a837dd2a64

View File

@ -4,7 +4,7 @@
Name: elfutils
Version: 0.192
%global baserelease 3
%global baserelease 4
Release: %{baserelease}%{?dist}
URL: http://elfutils.org/
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
@ -471,9 +471,9 @@ fi
%{_mandir}/man1/debuginfod-find.1*
%{_mandir}/man7/debuginfod*.7*
%config(noreplace) %{_sysconfdir}/profile.d/*
%config(noreplace) %{_datadir}/fish/vendor_conf.d/*
%if "%{?dist_debuginfod_url}"
%config(noreplace) %{_sysconfdir}/debuginfod/*
%config(noreplace) %{_datadir}/fish/vendor_conf.d/*
%endif
%files debuginfod-client-devel
@ -513,6 +513,9 @@ exit 0
%systemd_postun_with_restart debuginfod.service
%changelog
* Tue Oct 29 2024 Aaron Merey <amerey@redhat.com> - 0.192-4
- Install fish profile script unconditionally
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.192-3
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018