From b8440550d7cfce176e1656da67fd36e25f6c9999 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Sun, 4 Jun 2000 19:41:39 +0000 Subject: [PATCH] * 11740: Completion/Linux/_rpm: --{rebuild,recompile} is always local files. --- ChangeLog | 5 +++++ Completion/Linux/_rpm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5691a4bb0..b54a29b10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-06-04 Chmouel Boudjnah + + * 11740: Completion/Linux/_rpm: --{rebuild,recompile} is always + local files. + 2000-06-04 Clint Adams * 11739: Completion/Debian/_dpkg: complete multiple arguments diff --git a/Completion/Linux/_rpm b/Completion/Linux/_rpm index ba18c8c17..83ad3b6e1 100644 --- a/Completion/Linux/_rpm +++ b/Completion/Linux/_rpm @@ -92,7 +92,7 @@ _arguments -C -s \ '(-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' \