about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmou@users.sourceforge.net>2000-06-04 19:41:39 +0000
committerChmouel Boudjnah <chmou@users.sourceforge.net>2000-06-04 19:41:39 +0000
commitb8440550d7cfce176e1656da67fd36e25f6c9999 (patch)
tree0aeeb23ee304f1a447011db34ab5722881e3d628
parentbac12ab6ff84a0cd7c952e5ab2fb7595a93d182d (diff)
downloadzsh-b8440550d7cfce176e1656da67fd36e25f6c9999.tar.gz
zsh-b8440550d7cfce176e1656da67fd36e25f6c9999.tar.xz
zsh-b8440550d7cfce176e1656da67fd36e25f6c9999.zip
* 11740: Completion/Linux/_rpm: --{rebuild,recompile} is always
local files.
-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' \