diff --git a/bash-completion.spec b/bash-completion.spec index 1ef5112..53d3f29 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -5,7 +5,7 @@ Name: bash-completion Version: 2.11 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Summary: Programmable completion for Bash @@ -62,6 +62,8 @@ install -Dpm 644 redefine_filedir \ # Updated completion shipped in cowsay package: rm %{buildroot}%{_datadir}/bash-completion/completions/{cowsay,cowthink} +# Bug 1819867 - conflict over the makepkg name with pacman +rm %{buildroot}%{_datadir}/bash-completion/completions/makepkg %check # For some tests involving non-ASCII filenames @@ -91,6 +93,10 @@ make -C completions check %changelog +* Mon Nov 08 2021 Siteshwar Vashisht - 1:2.11-4 +- Avoid conflict with makepkg completions in pacman + Resolves: #1819867 + * Wed Jul 21 2021 Fedora Release Engineering - 1:2.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild