Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: complete rpm --{resign,addsign} in local
- X-seq: zsh-workers 11740
 
- From: Chmouel Boudjnah <chmouel@xxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: PATCH: complete rpm --{resign,addsign} in local
 
- Date: 04 Jun 2000 21:37:45 +0200
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
--{rebuild,recompile} is always local files :
Index: Completion/Linux/_rpm
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Linux/_rpm,v
retrieving revision 1.11
diff -u -r1.11 _rpm
--- Completion/Linux/_rpm       2000/05/30 07:49:00     1.11
+++ Completion/Linux/_rpm       2000/06/04 19:35:56
@@ -92,7 +92,7 @@
   '(-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' \
-- 
MandrakeSoft Inc                http://www.mandrakesoft.com
In travel.                                        --Chmouel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author