Compare commits

..

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

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_version}dist(flit-core) = %{version}
Requires: python(abi) = %{python3_version}
Provides: python%{python3_pkgversion}dist(flit-core) = %{version}
Requires: python(abi) = %{python3_pkgversion}
%endif