about summary refs log tree commit diff
path: root/Completion/Rpm/_rpm_rebuild
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Rpm/_rpm_rebuild')
-rw-r--r--Completion/Rpm/_rpm_rebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/Rpm/_rpm_rebuild b/Completion/Rpm/_rpm_rebuild
new file mode 100644
index 000000000..e924a3b9f
--- /dev/null
+++ b/Completion/Rpm/_rpm_rebuild
@@ -0,0 +1,6 @@
+#autoload
+
+_rpm_arguments \
+  '--root:RPM root directory:_files -/' \
+  '--dbpath:RPM database path:_files -/' \
+  '*:RPM source package file:_rpm_pkg_file'