Alon Bar-Lev has uploaded a new change for review. Change subject: packagers: yum: old yum does not support name property of package ......................................................................
packagers: yum: old yum does not support name property of package Change-Id: Ieaa336bfa4cf84bbefed5466adee71a528c22d93 Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/otopi/miniyum.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/65/17465/1 diff --git a/src/otopi/miniyum.py b/src/otopi/miniyum.py index a7a5497..2a6a474 100755 --- a/src/otopi/miniyum.py +++ b/src/otopi/miniyum.py @@ -201,7 +201,7 @@ action=MiniYum.TRANSACTION_STATE.get(action, action), count=ts_current, total=ts_total, - package=package.name, + package=package, ) ) -- To view, visit http://gerrit.ovirt.org/17465 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ieaa336bfa4cf84bbefed5466adee71a528c22d93 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
