Compare commits

...

No commits in common. "c9s" and "c10s" have entirely different histories.
c9s ... c10s

View File

@ -44,8 +44,8 @@ at flit_core.buildapi.}
# in RHEL we bootstrap the same way
%if %{with bootstrap}
Provides: python%{python3_pkgversion}dist(flit-core) = %{version}
Provides: python%{python3_pkgversion}dist(flit-core) = %{version}
Requires: python(abi) = %{python3_pkgversion}
Provides: python%{python3_version}dist(flit-core) = %{version}
Requires: python(abi) = %{python3_version}
%endif