Use C.UTF-8 locale

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-11-18 22:36:37 +01:00
parent 4b68ebd9b2
commit f81aae236f

View File

@ -2,7 +2,7 @@
Name: rubygem-%{gem_name}
Version: 1.0.2
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Mustache is a framework-agnostic way to render logic-free views
Group: Development/Languages
License: MIT
@ -70,7 +70,7 @@ sed -r -i '/[Cc]ode[Cc]limate/ s/^/#/' test/helper.rb
# UTF8 environment has to be set.
# https://github.com/mustache/mustache/issues/208
LANG=en_US.utf8 ruby -Ilib -e 'Dir.glob "./test/**/*_test.rb", &method(:require)'
LANG=C.UTF-8 ruby -Ilib -e 'Dir.glob "./test/**/*_test.rb", &method(:require)'
popd
%files
@ -93,6 +93,10 @@ popd
%{gem_instdir}/test
%changelog
* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.2-7
- Use C.UTF-8 locale
See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild