|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: bash-completion
|
|
|
|
Name: bash-completion
|
|
|
|
Version: 2.11
|
|
|
|
Version: 2.11
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Summary: Programmable completion for Bash
|
|
|
|
Summary: Programmable completion for Bash
|
|
|
|
|
|
|
|
|
|
|
@ -62,6 +62,8 @@ install -Dpm 644 redefine_filedir \
|
|
|
|
# Updated completion shipped in cowsay package:
|
|
|
|
# Updated completion shipped in cowsay package:
|
|
|
|
rm %{buildroot}%{_datadir}/bash-completion/completions/{cowsay,cowthink}
|
|
|
|
rm %{buildroot}%{_datadir}/bash-completion/completions/{cowsay,cowthink}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# RHEL-5650 - Remove bash completions for javaws as it's not shipped with Fedora
|
|
|
|
|
|
|
|
rm %{buildroot}%{_datadir}/bash-completion/completions/javaws
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# For some tests involving non-ASCII filenames
|
|
|
|
# For some tests involving non-ASCII filenames
|
|
|
@ -91,6 +93,10 @@ make -C completions check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Feb 12 2024 Siteshwar Vashisht <svashisht@redhat.com> - 1:2.11-5
|
|
|
|
|
|
|
|
- Remove bash completions for javaws
|
|
|
|
|
|
|
|
Resolves: RHEL-5650
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:2.11-4
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:2.11-4
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
Related: rhbz#1991688
|
|
|
|
Related: rhbz#1991688
|
|
|
|