From e503c4b5dbcb9014564f2b00356747b09380f63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 20 May 2026 11:15:51 +0200 Subject: [PATCH] Bump epoch for the virtual pip Provide, for this package to take precedence over python3.14-pip Resolves: RHEL-177962 --- python-pip.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index 33302b3..bd1d373 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -167,7 +167,7 @@ Requires: ca-certificates # Virtual provides for the packages bundled by pip: %{bundled 3} -Provides: pip = %{version}-%{release} +Provides: pip = 1:%{version}-%{release} Conflicts: python-pip < %{version}-%{release} %description -n python%{python3_pkgversion}-%{srcname}