Add missing rubygem- prefix for bundled provide.

The `bundled()` provide name must corresponded with package name. This
was omited due to mistake probably.
This commit is contained in:
Vít Ondruch 2021-01-26 12:32:30 +01:00
parent c7513cd67c
commit b3e2d7fc60

View File

@ -422,7 +422,7 @@ Requires: ruby(rubygems) >= %{rubygems_version}
Requires: rubygem(io-console)
Provides: rubygem(bundler) = %{version}-%{release}
# https://github.com/bundler/bundler/issues/3647
Provides: bundled(connection_pool) = %{bundler_connection_pool_version}
Provides: bundled(rubygem-connection_pool) = %{bundler_connection_pool_version}
Provides: bundled(rubygem-fileutils) = %{bundler_fileutils_version}
Provides: bundled(rubygem-molinillo) = %{bundler_molinillo_version}
Provides: bundled(rubygem-net-http-persisntent) = %{bundler_net_http_persistent_version}