diff --git a/python-setuptools.changes b/python-setuptools.changes index 53de4b0..f277da2 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 16 01:55:52 UTC 2025 - Steve Kowalik + +- Also provide python3-setuptools-wheel for the primary flavor. + ------------------------------------------------------------------- Wed Jan 15 15:27:23 UTC 2025 - Dominique Leuenberger diff --git a/python-setuptools.spec b/python-setuptools.spec index 1478c1e..4dbb619 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -106,6 +106,9 @@ especially ones that have dependencies on other packages. %package wheel Summary: The setuptools wheel for custom tests and install requirements Requires: %mypython(abi) = %python_version +%if "%{flavor}" == "primary" +Provides: %{mypython}3-setuptools-wheel = %{version}-%{release} +%endif %description wheel This packages provides the setuptools wheel as separate file for cases where