From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22937 invoked from network); 17 Feb 2000 18:53:29 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 Feb 2000 18:53:29 -0000 Received: (qmail 6015 invoked by alias); 17 Feb 2000 18:53:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9781 Received: (qmail 6007 invoked from network); 17 Feb 2000 18:53:21 -0000 X-Authentication-Warning: cassini.us.mandrakesoft.com: chmou set sender to chmouel@mandrakesoft.com using -f To: zsh-workers@sunsite.auc.dk Subject: PATCH: completion on --freshen with rpm From: Chmouel Boudjnah Date: 17 Feb 2000 10:52:30 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, --freshen(-F) does like --upgrade with rpm : --- zsh-3.1.6-dev-18/Completion/Linux/_rpm.chmou Thu Feb 17 02:49:12 2000 +++ zsh-3.1.6-dev-18/Completion/Linux/_rpm Thu Feb 17 02:49:42 2000 @@ -64,6 +64,8 @@ '--install:*:install:->install' \ '-U+[upgrade mode]:*:upgrade:->upgrade' \ '--upgrade:*:upgrade:->upgrade' \ + '-F+[freshen mode]:*:upgrade:->upgrade' \ + '--freshen:*:upgrade:->upgrade' \ '-e+[uninstall mode]:*:uninstall:->uninstall' \ '--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' \