[Yum-devel] [PATCH] Fix _conv_pkg_state when calling with history as checksum. BZ 757736.

seth vidal skvidal at fedoraproject.org
Thu Dec 1 18:14:06 UTC 2011


On Thu,  1 Dec 2011 13:10:12 -0500
James Antill <james at and.org> 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


More information about the Yum-devel mailing list