From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2992 invoked from network); 4 Jun 2000 19:39:17 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Jun 2000 19:39:17 -0000 Received: (qmail 6758 invoked by alias); 4 Jun 2000 19:39:05 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11740 Received: (qmail 6750 invoked from network); 4 Jun 2000 19:39:05 -0000 To: zsh-workers@sunsite.auc.dk Subject: PATCH: complete rpm --{resign,addsign} in local From: Chmouel Boudjnah Date: 04 Jun 2000 21:37:45 +0200 Message-ID: User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --{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