import babel-2.5.1-7.el8

This commit is contained in:
CentOS Sources 2021-07-22 16:19:53 +00:00 committed by Andrew Lukoshko
parent b14d99e451
commit 968e82a875
1 changed files with 7 additions and 2 deletions

View File

@ -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 <torsava@redhat.com> - 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 <cstratak@redhat.com> - 2.5.1-6
- Fix CVE-2021-20095
Resolves: rhbz#1955615