From 995affe721f2a5f9a51d2b861b4841f3b076c344 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Nov 18 2018 18:16:38 +0000 Subject: Drop explicit locale setting Python3 now sets unicode locale automatically, this workaround should not be necessary anymore. --- diff --git a/python-setuptools_git.spec b/python-setuptools_git.spec index 2a2caab..7ceda83 100644 --- a/python-setuptools_git.spec +++ b/python-setuptools_git.spec @@ -16,7 +16,7 @@ inclusion specifications with MANIFEST.in. Name: python-%{srcname} Version: 1.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Setuptools revision control system plugin for Git License: BSD @@ -91,7 +91,6 @@ Provides: python3-%{pypi_name} == %{version}-%{release} %check %{__python2} setup.py test -vv %if %{with python3} -export LANG="de_DE.utf8" %{__python3} setup.py test -vv unset LANG %endif # with python3 @@ -114,6 +113,10 @@ unset LANG %changelog +* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 1.1-10 +- Drop explicit locale setting + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + * Sat Jul 14 2018 Fedora Release Engineering - 1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild