From b46d2fd9a89016fda55c9100e0f44e581dfc583b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 18 Nov 2018 21:57:06 +0100 Subject: [PATCH] Drop explicit locale setting Python3 now sets unicode locale automatically, this workaround should not be necessary anymore. --- python-netaddr.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-netaddr.spec b/python-netaddr.spec index c877a66..88d958a 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -4,7 +4,7 @@ Name: python-netaddr Version: 0.7.19 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A pure Python network address representation and manipulation library License: BSD @@ -114,7 +114,7 @@ mv %{buildroot}%{_bindir}/netaddr %{buildroot}%{_bindir}/netaddr3 %check py.test-%{python2_version} %if 0%{?with_python3} -LANG=en_US.UTF-8 py.test-%{python3_version} +py.test-%{python3_version} %endif %files -n python2-netaddr @@ -134,6 +134,10 @@ LANG=en_US.UTF-8 py.test-%{python3_version} %endif %changelog +* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 0.7.19-12 +- Drop explicit locale setting + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + * Sat Jul 14 2018 Fedora Release Engineering - 0.7.19-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild