ruby-libs must require rubygems (rhbz#45011).

This commit is contained in:
Vít Ondruch 2012-08-01 17:25:26 +02:00
parent 752aa5455a
commit ccac016359

View File

@ -110,7 +110,6 @@ Patch12: ruby-1.9.3-mkmf-verbose.patch
Patch14: ruby-2.0.0-Expand-ruby.pc-variable-by-configuration-process.patch Patch14: ruby-2.0.0-Expand-ruby.pc-variable-by-configuration-process.patch
Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: ruby(rubygems) >= %{rubygems_version}
# Make the bigdecimal gem a runtime dependency of Ruby to avoid problems # Make the bigdecimal gem a runtime dependency of Ruby to avoid problems
# with user-installed gems, that don't require it in gemspec/Gemfile # with user-installed gems, that don't require it in gemspec/Gemfile
# See https://bugzilla.redhat.com/show_bug.cgi?id=829209 # See https://bugzilla.redhat.com/show_bug.cgi?id=829209
@ -154,6 +153,7 @@ Ruby or an application embedding Ruby.
Summary: Libraries necessary to run Ruby Summary: Libraries necessary to run Ruby
Group: Development/Libraries Group: Development/Libraries
License: Ruby or BSD License: Ruby or BSD
Requires: ruby(rubygems) >= %{rubygems_version}
Provides: ruby(abi) = %{ruby_abi} Provides: ruby(abi) = %{ruby_abi}
%description libs %description libs