[Bash-completion-commits] [SCM] bash-completion branch, frozen/1.0, updated. ad7f198193d7cb15952de60cad9224e70e29b174

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


The following commit has been merged in the frozen/1.0 branch:
commit d3834c499699982655c62553fece79f6a902b4e7
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/CHANGES b/CHANGES
index 9b4ecf0..b97e48d 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 3b02cde..f95192c 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 4621061..6480f80 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

-- 
bash-completion



More information about the Bash-completion-commits mailing list