From 0a071b3a29766bea3adc68b1d020122410ad16c3 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Nov 18 2018 21:36:54 +0000 Subject: Drop explicit locale setting Python3 now sets unicode locale automatically, this workaround should not be necessary anymore. --- diff --git a/pyp2rpm.spec b/pyp2rpm.spec index 5dcbd47..5021e48 100644 --- a/pyp2rpm.spec +++ b/pyp2rpm.spec @@ -1,6 +1,6 @@ Name: pyp2rpm Version: 3.3.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Convert Python packages to RPM SPECFILES License: MIT @@ -45,7 +45,6 @@ Mageia Python Policy. %py3_install %check -export LC_CTYPE="en_US.UTF-8" PYTHONPATH="." py.test-3 -vv -m "not webtest" %files @@ -57,6 +56,10 @@ PYTHONPATH="." py.test-3 -vv -m "not webtest" %changelog +* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 3.3.2-4 +- Drop explicit locale setting + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + * Fri Jul 13 2018 Fedora Release Engineering - 3.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild