From 22f08f6841f0eab3df61747a2bf5bdd59020e56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 18 Nov 2018 22:01:20 +0100 Subject: [PATCH] Drop explicit locale setting Python3 now sets unicode locale automatically, this workaround should not be necessary anymore. --- python-ptyprocess.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index 5b3dbd6..e811fa6 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -2,7 +2,7 @@ Name: python-ptyprocess Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Run a subprocess in a pseudo terminal License: ISC @@ -38,12 +38,10 @@ process and its pty. %build %py2_build -LC_ALL=en_US.UTF-8 \ - %py3_build +%py3_build %install -LC_ALL=en_US.UTF-8 \ - %py3_install +%py3_install %py2_install %check @@ -63,6 +61,10 @@ LC_ALL=en_US.UTF-8 \ %{python3_sitelib}/ptyprocess-%{version}-py?.?.egg-info %changelog +* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 0.6.0-3 +- Drop explicit locale setting + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + * Sat Jul 14 2018 Fedora Release Engineering - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild