parent
190691aaee
commit
19510117bd
@ -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 <svashisht@redhat.com> - 1:2.11-7
|
||||
- Remove completions for prelink
|
||||
Resolves: #2088307
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.11-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user