From b4e546ff2688de4aa7cbb883f03fb32a83251e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 25 Jan 2024 16:58:39 +0100 Subject: [PATCH] Drop non-RHEL remnants of the spec preventing co-installability Resolves: RHEL-17746 --- python3.12-pip.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/python3.12-pip.spec b/python3.12-pip.spec index ba8efa6..e2b04b0 100644 --- a/python3.12-pip.spec +++ b/python3.12-pip.spec @@ -13,7 +13,7 @@ Name: python%{python3_pkgversion}-%{srcname} Version: %{base_version}%{?prerel:~%{prerel}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tool for installing and managing Python packages # We bundle a lot of libraries with pip, which itself is under MIT license. @@ -165,9 +165,6 @@ Requires(postun): python%{python3_pkgversion} # Virtual provides for the packages bundled by pip: %{bundled %{python3_pkgversion}} -Provides: pip = %{version}-%{release} -Conflicts: python-pip < %{version}-%{release} - %description -n python%{python3_pkgversion}-%{srcname} pip is a package management system used to install and manage software packages written in Python. Many packages can be found in the Python Package Index @@ -339,6 +336,11 @@ fi %{python_wheel_dir}/%{python_wheel_name} %changelog +* Thu Jan 25 2024 Miro Hrončok - 23.2.1-3 +- Don't RPM Provide pip +- Remove a superfluous RPM Conflict with python-pip +- Allows to install python3.12-pip together with python3-pip + * Tue Jan 23 2024 Miro Hrončok - 23.2.1-2 - Rebuilt for timestamp .pyc invalidation mode