diff --git a/python-requests.spec b/python-requests.spec index 0eac761..9c70718 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -10,7 +10,7 @@ Name: python-requests Version: 2.20.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HTTP library, written in Python, for human beings License: ASL 2.0 @@ -112,6 +112,11 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %changelog +* Mon Jun 26 2023 Lumír Balhar - 2.20.0-4 +- Bump release to fix upgrade path + from 2.20.0-2.1.el8_1 via 2.20.0-3.el8_8 to 2.20.0-4.el8 +Related: rhbz#2209469 + * Wed Jun 21 2023 Lumír Balhar - 2.20.0-3 - Security fix for CVE-2023-32681 Resolves: rhbz#2209469