From 2fab4e1f9dba937b22f428398ebc11b1f1f808f5 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 9 Apr 2024 06:24:26 +0000 Subject: [PATCH] import CS python3x-pip-20.2.4-8.module_el8+639+3fcd10de --- SPECS/python3x-pip.spec | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/SPECS/python3x-pip.spec b/SPECS/python3x-pip.spec index 4cf653c..7de5463 100644 --- a/SPECS/python3x-pip.spec +++ b/SPECS/python3x-pip.spec @@ -19,7 +19,7 @@ Name: python3x-%{srcname} Version: %{base_version}%{?prerel:~%{prerel}} -Release: 8%{?dist}.1 +Release: 8%{?dist} Summary: A tool for installing and managing Python packages # We bundle a lot of libraries with pip, which itself is under MIT license. @@ -231,9 +231,7 @@ Recommends: python%{python3_pkgversion}-setuptools # Require alternatives version that implements the --keep-foreign flag Requires(postun): alternatives >= 1.19.1-1 # python39 installs the alternatives master symlink to which we attach a slave -# pip has to require explicit version of python that provides -# filters in tarfile module (fix for CVE-2007-4559). -Requires: python%{python3_pkgversion} >= 3.9.17-2 +Requires: python%{python3_pkgversion} Requires(post): python%{python3_pkgversion} Requires(postun): python%{python3_pkgversion} @@ -262,7 +260,6 @@ A documentation for a tool for installing and managing Python packages %package -n python%{python3_pkgversion}-%{srcname}-wheel Summary: The pip wheel Requires: ca-certificates -Conflicts: python%{python3_pkgversion} < 3.9.17-2 # Virtual provides for the packages bundled by pip: %{bundled %{python3_version}} @@ -470,10 +467,6 @@ fi %{python_wheeldir}/%{python_wheelname} %changelog -* Fri Feb 16 2024 Tomáš Hrnčiar - 20.2.4-8.1 -- Require Python with tarfile filters -Resolves: RHEL-25459 - * Tue Aug 08 2023 Petr Viktorin - 20.2.4-8 - Use tarfile.data_filter for extracting (CVE-2007-4559, PEP-721, PEP-706) Resolves: RHBZ#2218275