From a837dd2a64fbc4f3a98eb7ef60e74f23c35f4ea2 Mon Sep 17 00:00:00 2001 From: Aaron Merey Date: Tue, 29 Oct 2024 16:33:27 -0400 Subject: [PATCH] 0.192-4 Install fish profile script unconditionally Resolves: RHEL-64046 --- elfutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index a1e85dd..18791ff 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -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 - 0.192-4 +- Install fish profile script unconditionally + * Tue Oct 29 2024 Troy Dawson - 0.192-3 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018