From afe15eaa679929a64f86ef245e8f0dcf192517d6 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Mon, 26 Jun 2023 16:19:53 +0200 Subject: [PATCH] Bump release to fix upgrade path --- python-requests.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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