Add *.tar to rpmbuild -tb filename completions.
This commit is contained in:
parent
1017b24212
commit
b31530f125
2
CHANGES
2
CHANGES
@ -15,7 +15,7 @@ bash-completion (2.x)
|
||||
and *.awb to mplayer filename completions.
|
||||
* Add "short" tarball extensions to unxz, unlzma etc completions.
|
||||
* Improve /etc/init.d/*, ipmitool, jar, mencoder, mkdir, mplayer, povray,
|
||||
sqlite3, wodim, and general help parsing completions.
|
||||
rpmbuild, sqlite3, wodim, and general help parsing completions.
|
||||
* Fix p4 and povray completions (Alioth: #312625).
|
||||
* Add *.xsd, *.xsl, *.rng, and *.wsdl to xmllint filename completions.
|
||||
* Recognize rpm query mode based on the --file, --group, --package, and
|
||||
|
@ -248,7 +248,7 @@ _rpm()
|
||||
elif [[ ${COMP_WORDS[1]} == -b* ]]; then
|
||||
_filedir spec
|
||||
else
|
||||
_filedir '@(t?(ar.)@([gx]z|bz?(2))|tar.@(lzma|Z))'
|
||||
_filedir '@(t?(ar.)@([gx]z|bz?(2))|tar?(.@(lzma|Z)))'
|
||||
fi
|
||||
;;
|
||||
--rebuild|--recompile)
|
||||
@ -260,7 +260,7 @@ _rpm()
|
||||
fi
|
||||
;;
|
||||
--tarbuild)
|
||||
_filedir '@(t?(ar.)@([gx]z|bz?(2))|tar.@(lzma|Z))'
|
||||
_filedir '@(t?(ar.)@([gx]z|bz?(2))|tar?(.@(lzma|Z)))'
|
||||
;;
|
||||
--resign|--addsign)
|
||||
_filedir '[rs]pm'
|
||||
|
Loading…
x
Reference in New Issue
Block a user