From e26a9e3df96de85025ee006a05ef8038fc8e0bca Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Nov 18 2018 22:34:48 +0000 Subject: Use C.UTF-8 locale --- diff --git a/felix-osgi-core.spec b/felix-osgi-core.spec index 2aadc45..07343ad 100644 --- a/felix-osgi-core.spec +++ b/felix-osgi-core.spec @@ -2,7 +2,7 @@ Name: felix-osgi-core Version: 1.4.0 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Felix OSGi R4 Core Bundle License: ASL 2.0 URL: http://felix.apache.org/site/apache-felix-osgi-core.html @@ -30,7 +30,7 @@ This package contains API documentation for %{name}. %mvn_alias "org.apache.felix:%{bundle}" "org.osgi:%{bundle}" %build -export LC_ALL=en_US.UTF-8 +export LC_ALL=C.utf8 %mvn_build -- -Drat.numUnapprovedLicenses=50 %install @@ -43,6 +43,10 @@ export LC_ALL=en_US.UTF-8 %license LICENSE NOTICE %changelog +* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 1.4.0-25 +- Use C.UTF-8 locale + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + * Fri Jul 13 2018 Fedora Release Engineering - 1.4.0-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild