[Bash-completion-commits] [SCM] bash-completion branch, master, updated. b1844ddeb9dbb02f4d6c7650b6f3875b52149e77

Ville Skyttä ville.skytta at iki.fi
Mon Mar 23 20:57:28 UTC 2009


The following commit has been merged in the master branch:
commit b1844ddeb9dbb02f4d6c7650b6f3875b52149e77
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Mar 23 22:55:30 2009 +0200

    Remove obsolete --buildarch and --buildos rpm(build) completions.

diff --git a/bash_completion b/bash_completion
index ce29160..c7a25af 100644
--- a/bash_completion
+++ b/bash_completion
@@ -2174,8 +2174,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 67260d9..9987762 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -145,6 +145,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

-- 
bash-completion



More information about the Bash-completion-commits mailing list