From 0bcd9a8566da49c1d8811fbfa7eca5fc66d189b2 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 25 2018 10:25:19 +0000 Subject: 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. --- diff --git a/python-argh.spec b/python-argh.spec index 39bc228..d150ce3 100644 --- a/python-argh.spec +++ b/python-argh.spec @@ -97,7 +97,7 @@ BuildRequires: python3-setuptools %check # tests need UTF-8 encoding LANG="en_US.UTF-8" -LC_CTYPE="en_US.UTF-8" +LC_CTYPE=C.utf8 export LANG LC_CTYPE %{__python2} setup.py test %if %{with python3}