On Thu,  1 Dec 2011 13:10:12 -0500
James Antill <[email protected]> wrote:

> ---
>  yum/history.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/yum/history.py b/yum/history.py
> index d27fa44..0a29059 100644
> --- a/yum/history.py
> +++ b/yum/history.py
> @@ -426,7 +426,7 @@ class
> YumMergedHistoryTransaction(YumHistoryTransaction): def
> _conv_pkg_state(pkg, state): npkg = YumHistoryPackageState(pkg.name,
> pkg.arch, pkg.epoch,pkg.version,pkg.release, state,
> -                                      pkg._history)
> +                                      history=pkg._history)
>          npkg._checksums = pkg._checksums
>          npkg.done = pkg.done
>          if _sttxt2stcode[npkg.state] in TS_INSTALL_STATES:


ACK
-sv
_______________________________________________
Yum-devel mailing list
[email protected]
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to