On Mon, 2010-10-25 at 11:09 -0400, James Antill wrote:
> ---
>  output.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/output.py b/output.py
> index a32a3a9..983924a 100755
> --- a/output.py
> +++ b/output.py
> @@ -2239,7 +2239,7 @@ class YumCliRPMCallBack(RPMBaseCallback):
>  
>      #  Installing things have pkg objects passed to the events, so only need 
> to
>      # lookup for erased/obsoleted.
> -    def pkgname_ui(self, pkgname, ts_states=('e', None)):
> +    def pkgname_ui(self, pkgname, ts_states=('e', 'od', 'ud', None)):
>          """ Get more information on a simple pkgname, if we can. """
>          return _pkgname_ui(self.ayum, pkgname, ts_states)
>  


ACK - sorry I missed this one, I thought I had caught them all.

-sv


_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to