From d168082bde1f6ab7efa81b88dbbddd3622dcb0e4 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 30 Nov 2020 16:05:37 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/babel.git#e4d862678178a538c1daa0b4246524794865c819 --- babel.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/babel.spec b/babel.spec index c7b3df1..ee5d7f0 100644 --- a/babel.spec +++ b/babel.spec @@ -6,12 +6,18 @@ # And pytest is at this point not yet ready %bcond_with bootstrap +# There is an exception to ship python2-babel on Fedora, for trac: +# https://pagure.io/fesco/issue/2260 +%if 0%{?fedora} %bcond_without python2 +%else +%bcond_with python2 +%endif Name: babel Version: 2.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools for internationalizing Python applications License: BSD @@ -159,6 +165,9 @@ export TZ=UTC %endif %changelog +* Tue Nov 24 2020 Miro HronĨok +- Disable Python 2 build on RHEL 9+ + * Mon Nov 16 22:22:25 CET 2020 Felix Schwarz - 2.9.0-1 - update to 2.9.0