about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Linux/_rpm2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5691a4bb0..b54a29b10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-04  Chmouel Boudjnah  <chmouel@mandrakesoft.com>
+
+	* 11740: Completion/Linux/_rpm: --{rebuild,recompile} is always
+	local files.
+
 2000-06-04  Clint Adams  <schizo@debian.org>
 
 	* 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' \