From eaf59855dd3bfcddfa854523e00be608f16aa4dc Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Dec 29 2020 13:21:09 +0000 Subject: Bootstrap: Don't provide python3dist(setuptools) when %{python3_pkgversion} isn't 3 --- diff --git a/python-setuptools.spec b/python-setuptools.spec index 39034ed..1c6550f 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -85,7 +85,7 @@ Summary: Easily build and distribute Python 3 packages %{bundled} %if %{with bootstrap} -Provides: python3dist(setuptools) = %{version} +Provides: python%{python3_pkgversion}dist(setuptools) = %{version} Provides: python%{python3_version}dist(setuptools) = %{version} %endif