- fix typo in codec setting (bsc#1165110)

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint-mini?expand=0&rev=121
This commit is contained in:
Dirk Mueller 2020-03-20 21:30:42 +00:00 committed by Git OBS Bridge
parent 16220dca43
commit de8444b747
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 20 21:29:54 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- fix typo in codec setting (bsc#1165110)
-------------------------------------------------------------------
Thu Mar 05 13:03:11 UTC 2020 - matthias.gerstner@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package rpmlint-mini
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -7,6 +7,6 @@ fi
PATH="/opt/testing/bin:$PATH"
rpmlintdir="/opt/testing/share/rpmlint"
PYTHONPATH="$rpmlintdir"
LC_aLL=C.utf8
LC_ALL=en_US.utf-8
export PYTHONPATH LD_LIBRARY_PATH LC_ALL
exec /opt/testing/bin/python3 -u -O "$rpmlintdir"/rpmlint.pyc -C "$rpmlintdir" -f "$rpmlintdir"/rpmlint-mini.config "$@"