diff --git a/bash-completion.spec b/bash-completion.spec index fe1066f..1946a1b 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -5,7 +5,7 @@ Name: bash-completion Version: 2.11 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 1 Summary: Programmable completion for Bash @@ -48,6 +48,9 @@ rm %{buildroot}%{_datadir}/bash-completion/completions/{cowsay,cowthink} # Bug 1819867 - conflict over the makepkg name with pacman rm %{buildroot}%{_datadir}/bash-completion/completions/makepkg +# Bug 2088307 - Remove completions for prelink +rm %{buildroot}%{_datadir}/bash-completion/completions/prelink + %check # For some tests involving non-ASCII filenames export LANG=C.UTF-8 @@ -75,6 +78,10 @@ make -C completions check %changelog +* Thu May 19 2022 Siteshwar Vashisht - 1:2.11-7 +- Remove completions for prelink + Resolves: #2088307 + * Wed Jan 19 2022 Fedora Release Engineering - 1:2.11-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild