about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmou@users.sourceforge.net>2001-06-05 13:48:08 +0000
committerChmouel Boudjnah <chmou@users.sourceforge.net>2001-06-05 13:48:08 +0000
commita77a6994e8b9b3b665dd42f1c36dd44cc1c965ac (patch)
treed7af35493416beebd621ec4fda6c049525a57dd8
parent1f2841cf21bdd31371cecb7460bbdcaa39eb53b8 (diff)
downloadzsh-a77a6994e8b9b3b665dd42f1c36dd44cc1c965ac.tar.gz
zsh-a77a6994e8b9b3b665dd42f1c36dd44cc1c965ac.tar.xz
zsh-a77a6994e8b9b3b665dd42f1c36dd44cc1c965ac.zip
Add --nobuild and --nogpg to rpm completion.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Redhat/Command/_rpm4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8505f76f6..b2183caa4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-05  Chmouel Boudjnah  <chmouel@mandrakesoft.com>
+
+	* 14550: Completion/Redhat/Command/_rpm: Add --nobuild and --nogpg to rpm
+	completion
+
 2001-06-04  Peter Stephenson  <pws@csr.com>
 
 	* Relabelled this version 4.1.0-dev-0.
diff --git a/Completion/Redhat/Command/_rpm b/Completion/Redhat/Command/_rpm
index d7e42c2d7..a174f1aa6 100644
--- a/Completion/Redhat/Command/_rpm
+++ b/Completion/Redhat/Command/_rpm
@@ -177,7 +177,7 @@ _rpm () {
   
       _arguments -s \
         "${commonopts[@]}" "${pathopts[@]}" \
-        --{short-circuit,clean,rmsource,sign,test} \
+        --{short-circuit,clean,nobuild,rmsource,sign,test} \
         '--target:specify a build target:->target'\
         '--buildroot:build root directory:_files -/' \
         '--buildarch:architecture for which to build:->target' \
@@ -188,7 +188,7 @@ _rpm () {
       _arguments -s \
         '(-K)--checksig' '(--checksig)-K' \
         "${commonopts[@]}" \
-        --no{pgp,md5} \
+        --no{gpg,pgp,md5} \
         '*:RPM package file:->package_file' && ret=0
       ;;
     rebuild)