Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: setup: LANG=C for log list of packages
......................................................................

packaging: setup: LANG=C for log list of packages

Bug-Url: https://bugzilla.redhat.com/1044478
Change-Id: Ib7eadd2aa2fafcc91d7efa3cf550ef89638f7b81
Signed-off-by: Yedidyah Bar David <d...@redhat.com>
---
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/18/22918/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..4b204e4 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
+                       LANG=C rpm -qa --last
                        ;;
                debian|ubuntu)
                        dpkg -l | awk '/^ii/ {print $2, $3}'


-- 
To view, visit http://gerrit.ovirt.org/22918
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib7eadd2aa2fafcc91d7efa3cf550ef89638f7b81
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <d...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to