Avoid conflict with makepkg completions in pacman

Resolves: #1819867
This commit is contained in:
Siteshwar Vashisht 2021-11-08 11:55:38 +01:00
parent e4fc15c12b
commit c93709b04d

View File

@ -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 <svashisht@redhat.com> - 1:2.11-4
- Avoid conflict with makepkg completions in pacman
Resolves: #1819867
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild