From f33b2f3c1b697b6bc009c85fa1d3ff7f4f1b872b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:27:01 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-urllib3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index 558b1ec..5abeafd 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: 1.26.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -118,6 +118,10 @@ ln -s %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc \ %changelog +* Tue Aug 10 2021 Mohan Boddu - 1.26.5-2 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 16 2021 Karolina Surma - 1.26.5-1 - Update to 1.26.5 - Fix for CVE-2021-33503 Catastrophic backtracking in URL authority parser