diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Redhat/Command/_rpm | 4 |
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) |