Use C.utf8 locale
https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot No rebuild is necessary. This is just a change for the future. Tested by building in F30 mock.
This commit is contained in:
parent
d1da5dadb2
commit
14834c01af
@ -115,7 +115,7 @@ popd
|
||||
%if %{with check}
|
||||
%check
|
||||
export PYTHONIOENCODING=UTF-8
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
export LC_ALL=C.utf8
|
||||
|
||||
pushd python2
|
||||
%{__python2} ./tools/display-sighandlers.py
|
||||
|
Loading…
Reference in New Issue
Block a user