1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

* 11740: Completion/Linux/_rpm: --{rebuild,recompile} is always

local files.
This commit is contained in:
Chmouel Boudjnah 2000-06-04 19:41:39 +00:00
parent bac12ab6ff
commit b8440550d7
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2000-06-04 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* 11740: Completion/Linux/_rpm: --{rebuild,recompile} is always
local files.
2000-06-04 Clint Adams <schizo@debian.org>
* 11739: Completion/Debian/_dpkg: complete multiple arguments

View file

@ -92,7 +92,7 @@ _arguments -C -s \
'(-e)--erase:*:uninstall:->uninstall' \
'-b+[build mode (spec file)]:build stage:((p\:execute\ \%prep\ stage l\:do\ a\ list\ check c\:execute\ build\ stage i\:execute\ install\ stage b\:build\ a\ binary\ package a\:build\ binary\ and\ source\ packages)):*:build:->build_b' \
'(-b)-t+[build mode (tar file)]:build stage:((p\:execute\ \%prep\ stage l\:do\ a\ list\ check c\:execute\ build\ stage i\:execute\ install\ stage b\:build\ a\ binary\ package a\:build\ binary\ and\ source\ packages)):*:build:->build_t' \
--{resign,addsign}':*:RPM package:->package' \
--{resign,addsign}':*:RPM package:->package_file' \
'--rmsource:*:spec file:->spec_file' \
--{rebuild,recompile}':*:Src RPM files:->package_src' \
'(--checksig)-K+[signature check mode]:*:sigcheck:->sigcheck' \