From 176af192d303962dabaa20da4b1028a3795b40c7 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 25 Jan 2024 13:40:02 +0300 Subject: [PATCH] Fix release to match upstream --- SPECS/python-urllib3.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/SPECS/python-urllib3.spec b/SPECS/python-urllib3.spec index 02d25e5..5e82262 100644 --- a/SPECS/python-urllib3.spec +++ b/SPECS/python-urllib3.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: 1.26.5 -Release: 5%{?dist} +Release: 3%{?dist}.1 Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -134,11 +134,9 @@ ln -s %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc \ %changelog -* Tue Dec 12 2023 Lumír Balhar - 1.26.5-5 +* Tue Dec 12 2023 Lumír Balhar - 1.26.5-3.1 - Security fix for CVE-2023-45803 Resolves: RHEL-16874 - -* Thu Oct 12 2023 Lumír Balhar - 1.26.5-4 - Security fix for CVE-2023-43804 Resolves: RHEL-12001