From 535803534ba8d13b6df98bc80aa4bd7ab1b42e82 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Fri, 4 Jan 2002 18:29:18 +0000 Subject: [PATCH] add 'conflicts' and 'obsoletes' query completions to _rpm() --- bash_completion | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bash_completion b/bash_completion index 45e23d85..5cae1e2d 100644 --- a/bash_completion +++ b/bash_completion @@ -2,7 +2,7 @@ # # # @@ -682,7 +682,7 @@ _rpm() whatrequires requires triggeredby ftpport ftpproxy httpproxy \ httpport provides triggers dump changelog dbpath filesbypkg \ define eval pipe showrc info list state docfiles \ - configfiles queryformat' ${cur_nodash#-} ) ) + configfiles queryformat conflicts obsoletes' ${cur_nodash#-} ) ) dashify # return if $cur is an option [[ "$cur" == -* ]] && return 0 @@ -711,8 +711,8 @@ _rpm() whatrequires requires triggeredby ftpport ftpproxy httpproxy \ httpport provides triggers dump changelog dbpath specfile \ querybynumber last filesbypkg define eval pipe showrc info \ - list state docfiles configfiles queryformat' \ - ${cur_nodash#-} ) ) + list state docfiles configfiles queryformat conflicts \ + obsoletes' ${cur_nodash#-} ) ) dashify # return if $cur is an option [[ "$cur" == -* ]] && return 0