Ofer Schreiber has submitted this change and it was merged. Change subject: packaging: setup: yum: do not use yum state strings ......................................................................
packaging: setup: yum: do not use yum state strings the yum.i18n produces non standard string encoding, encoded using ansi codec but has unicode string, while the locale environment is set to unicode, and python does enforce proper unicode in string.format(). the solution is to provide our own translation table for transaction status, as no [simple] way was found to convert the non standard format into unicode. Change-Id: If230a17799263e705f194f180af04bf2904a5d90 Reported-By: Jakub Bittner <j.bitt...@nbu.cz> Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M packaging/fedora/setup/miniyum.py 1 file changed, 26 insertions(+), 13 deletions(-) Approvals: Ofer Schreiber: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/17393 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If230a17799263e705f194f180af04bf2904a5d90 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Ofer Schreiber <oschr...@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches