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:
Zbigniew Jędrzejewski-Szmek 2018-08-25 12:39:27 +02:00
parent d1da5dadb2
commit 14834c01af

View File

@ -115,7 +115,7 @@ popd
%if %{with check} %if %{with check}
%check %check
export PYTHONIOENCODING=UTF-8 export PYTHONIOENCODING=UTF-8
export LC_ALL="en_US.UTF-8" export LC_ALL=C.utf8
pushd python2 pushd python2
%{__python2} ./tools/display-sighandlers.py %{__python2} ./tools/display-sighandlers.py