From 968e82a875df10b53d1baa5bacf735e589d23a23 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Thu, 22 Jul 2021 16:19:53 +0000 Subject: [PATCH] import babel-2.5.1-7.el8 --- SPECS/babel.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/SPECS/babel.spec b/SPECS/babel.spec index 78fc79f..541724d 100644 --- a/SPECS/babel.spec +++ b/SPECS/babel.spec @@ -17,7 +17,7 @@ Name: babel Version: 2.5.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tools for internationalizing Python applications License: BSD @@ -166,7 +166,6 @@ export TZ=America/New_York %files %doc CHANGES AUTHORS %license LICENSE -%{_bindir}/pybabel %if 0%{?rhel} && 0%{?rhel} <= 7 %files -n python2-babel @@ -175,6 +174,7 @@ export TZ=America/New_York %endif %files -n python3-babel +%{_bindir}/pybabel %{python3_sitelib}/Babel-%{version}-py*.egg-info %{python3_sitelib}/babel @@ -182,6 +182,11 @@ export TZ=America/New_York %doc built-docs/html/* %changelog +* Thu Jul 15 2021 Tomas Orsava - 2.5.1-7 +- Include the /usr/bin/pybabel binary that runs on Python 3.6 in the + python3-babel package +Resolves: rhbz#1967173 + * Fri May 07 2021 Charalampos Stratakis - 2.5.1-6 - Fix CVE-2021-20095 Resolves: rhbz#1955615