summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2009-03-23 22:55:30 +0200
committerVille Skyttä <ville.skytta@iki.fi>2009-03-23 22:56:18 +0200
commitd3834c499699982655c62553fece79f6a902b4e7 (patch)
tree785f252a0ce4c177278ce8e6f3a80b870a202486
parent6d7d79c32db1397b5a00e639f06d04ca2aa81d93 (diff)
downloadbash-completion-d3834c499699982655c62553fece79f6a902b4e7.tar.gz
Remove obsolete --buildarch and --buildos rpm(build) completions.
-rw-r--r--CHANGES1
-rw-r--r--bash_completion3
-rw-r--r--debian/changelog1
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 9b4ecf0f..b97e48de 100644
--- a/CHANGES
+++ b/CHANGES
@@ -136,6 +136,7 @@ bash-completion (1.0)
(RHBZ: #486998).
* Apply ps2pdf completion to ps2pdf{12,13,14,wr} too.
* Simplify bash_completion.sh, return earlier in non-applicable environments.
+ * Remove obsolete --buildarch and --buildos rpm(build) completions.
[ Freddy Vulto ]
* Restored `_display()' completion for `display' by removing
diff --git a/bash_completion b/bash_completion
index 3b02cde7..f95192c6 100644
--- a/bash_completion
+++ b/bash_completion
@@ -2154,8 +2154,7 @@ _rpm()
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '--short-circuit --timecheck \
--clean --rmsource --rmspec --test --sign --buildroot \
- --target -- buildarch --buildos --nobuild --nodeps \
- --nodirtokens' -- $cur ) )
+ --target --nobuild --nodeps --nodirtokens' -- $cur ) )
elif [[ ${COMP_WORDS[1]} == -b* ]]; then
_filedir 'spec'
else
diff --git a/debian/changelog b/debian/changelog
index 4621061b..6480f80e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -137,6 +137,7 @@ bash-completion (1:1.0-1) UNRELEASED; urgency=low
(RHBZ: #486998).
* Apply ps2pdf completion to ps2pdf{12,13,14,wr} too.
* Simplify bash_completion.sh, return earlier in non-applicable environments.
+ * Remove obsolete --buildarch and --buildos rpm(build) completions.
[ Freddy Vulto ]
* Restored `_display()' completion for `display' by removing