From c8ed4920c4bda815e915ccb094bc89d578e98094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 May 2026 18:46:29 +0200 Subject: [PATCH] Never provide pip if this is not the build for the main Python [skip changelog] --- python-pip.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-pip.spec b/python-pip.spec index 7861c2e..c2b620d 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -170,7 +170,9 @@ Requires: ca-certificates # Virtual provides for the packages bundled by pip: %{bundled %{python3_pkgversion}} +%if "%{python3_pkgversion}" == "3" Provides: pip = %{version}-%{release} +%endif %description -n python%{python3_pkgversion}-%{srcname} pip is a package management system used to install and manage software packages