diff --git a/hive.spec b/hive.spec index effa16a..b18d2f5 100644 --- a/hive.spec +++ b/hive.spec @@ -6,7 +6,7 @@ Name: hive Version: 0.12.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: The Apache Hadoop data warehouse License: ASL 2.0 @@ -165,7 +165,7 @@ ARG_BLOCK=" " # for javadoc encoding -export LC_ALL=en_US.UTF-8 +export LC_ALL=C.UTF-8 # core modules ant $ARG_BLOCK package @@ -316,6 +316,10 @@ ln -s `xmvn-resolve org.apache.thrift:libthrift` %{buildroot}%{_datadir}/hadoop/ %doc LICENSE NOTICE %changelog +* Mon Nov 19 2018 Zbigniew Jędrzejewski-Szmek - 0.12.0-13 +- Use C.UTF-8 locale + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + * Fri Jul 13 2018 Fedora Release Engineering - 0.12.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild