Accepting request 538083 from devel:openSUSE:Factory:rpmlint

- set locale to C.utf8 to avoid non-ascii warnings

OBS-URL: https://build.opensuse.org/request/show/538083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint-mini?expand=0&rev=87
This commit is contained in:
Dominique Leuenberger 2017-11-04 09:23:41 +00:00 committed by Git OBS Bridge
commit 16467035db
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 1 12:51:43 UTC 2017 - dmueller@suse.com
- set locale to C.utf8 to avoid non-ascii warnings
-------------------------------------------------------------------
Tue Oct 24 13:03:02 UTC 2017 - jengelh@inai.de

View File

@ -1,11 +1,12 @@
#!/bin/sh
if test -d /opt/testing/lib64; then
LD_LIBRARY_PATH=/opt/testing/lib64
LD_LIBRARY_PATH=/opt/testing/lib64
else
LD_LIBRARY_PATH=/opt/testing/lib
LD_LIBRARY_PATH=/opt/testing/lib
fi
PATH="/opt/testing/bin:$PATH"
rpmlintdir="/opt/testing/share/rpmlint"
PYTHONPATH="$rpmlintdir"
export PYTHONPATH LD_LIBRARY_PATH
LC_aLL=C.utf8
export PYTHONPATH LD_LIBRARY_PATH LC_ALL
exec /opt/testing/bin/python3 -u -O "$rpmlintdir"/rpmlint.pyc -C "$rpmlintdir" -f "$rpmlintdir"/rpmlint-mini.config "$@"