Remove obsolete --buildarch and --buildos rpm(build) completions.
This commit is contained in:
parent
87db0529b0
commit
b1844ddeb9
@ -2174,8 +2174,7 @@ _rpm()
|
||||
if [[ "$cur" == -* ]]; then
|
||||
COMPREPLY=( $( compgen -W '--short-circuit --timecheck \
|
||||
--clean --rmsource --rmspec --test --sign --buildroot \
|
||||
--target -- buildarch --buildos --nobuild --nodeps \
|
||||
--nodirtokens' -- $cur ) )
|
||||
--target --nobuild --nodeps --nodirtokens' -- $cur ) )
|
||||
elif [[ ${COMP_WORDS[1]} == -b* ]]; then
|
||||
_filedir 'spec'
|
||||
else
|
||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -145,6 +145,7 @@ bash-completion (1:1.0-1) UNRELEASED; urgency=low
|
||||
(RHBZ: #486998).
|
||||
* Apply ps2pdf completion to ps2pdf{12,13,14,wr} too.
|
||||
* Simplify bash_completion.sh, return earlier in non-applicable environments.
|
||||
* Remove obsolete --buildarch and --buildos rpm(build) completions.
|
||||
|
||||
[ Freddy Vulto ]
|
||||
* Restored `_display()' completion for `display' by removing
|
||||
|
Loading…
x
Reference in New Issue
Block a user