diff --git a/SPECS/python-pip.spec b/SPECS/python-pip.spec index 53e4299..f14ccf0 100644 --- a/SPECS/python-pip.spec +++ b/SPECS/python-pip.spec @@ -14,7 +14,7 @@ Name: python-%{srcname} # When updating, update the bundled libraries versions bellow! Version: 9.0.3 -Release: 23%{?dist}.1 +Release: 24%{?dist} Summary: A tool for installing and managing Python packages Group: Development/Libraries @@ -399,9 +399,9 @@ py.test-%{python3_version} -m 'not network' %endif %changelog -* Wed Feb 14 2024 Lumír Balhar - 9.0.3-23.1 +* Wed Feb 14 2024 Lumír Balhar - 9.0.3-24 - Require Python with tarfile filters -Resolves: RHEL-25449 +Resolves: RHEL-25446 * Tue Aug 08 2023 Petr Viktorin - 9.0.3-23 - Use tarfile.data_filter for extracting (CVE-2007-4559, PEP-721, PEP-706)