Yedidyah Bar David has uploaded a new change for review. Change subject: packaging: setup: locale-independent log list of packages ......................................................................
packaging: setup: locale-independent log list of packages Bug-Url: https://bugzilla.redhat.com/1044478 Change-Id: Ib7eadd2aa2fafcc91d7efa3cf550ef89638f7b81 Signed-off-by: Yedidyah Bar David <[email protected]> --- M packaging/bin/ovirt-engine-log-setup-event.sh.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/83/23283/1 diff --git a/packaging/bin/ovirt-engine-log-setup-event.sh.in b/packaging/bin/ovirt-engine-log-setup-event.sh.in index fb026ee..0195110 100644 --- a/packaging/bin/ovirt-engine-log-setup-event.sh.in +++ b/packaging/bin/ovirt-engine-log-setup-event.sh.in @@ -61,7 +61,7 @@ case "${distro}" in redhat|centos|fedora|SuSE) - rpm -qa --last + LC_ALL=C rpm -qa --last ;; debian|ubuntu) dpkg -l | awk '/^ii/ {print $2, $3}' -- To view, visit http://gerrit.ovirt.org/23283 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib7eadd2aa2fafcc91d7efa3cf550ef89638f7b81 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
