[ruby/ruby-2.0] Revert the dependency of ruby-libs on rubygems (rhbz#845011, rhbz#847482).

Vít Ondruch vondruch at fedoraproject.org
Mon Sep 3 12:44:36 UTC 2012


commit 000d56dcb68774f8e350ffdad494a8a8baf70ec3
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Aug 14 12:44:33 2012 +0200

    Revert the dependency of ruby-libs on rubygems (rhbz#845011,
    rhbz#847482).

 ruby.spec |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index 1d4ad16..4387a29 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -91,6 +91,7 @@ Patch9: rubygems-1.8.11-binary-extensions.patch
 Patch12: ruby-1.9.3-mkmf-verbose.patch
 
 Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+Requires: ruby(rubygems) >= %{rubygems_version}
 # Make the bigdecimal gem a runtime dependency of Ruby to avoid problems
 # with user-installed gems, that don't require it in gemspec/Gemfile
 # See https://bugzilla.redhat.com/show_bug.cgi?id=829209
@@ -130,7 +131,6 @@ Ruby or an application embedding Ruby.
 Summary:    Libraries necessary to run Ruby
 Group:      Development/Libraries
 License:    Ruby or BSD
-Requires:   ruby(rubygems) >= %{rubygems_version}
 Provides:   ruby(abi) = %{ruby_abi}
 
 %description libs
@@ -725,9 +725,6 @@ make check TESTS="-v $DISABLE_TESTS"
 %{ruby_libdir}/tkextlib
 
 %changelog
-* Wed Aug 01 2012 Vít Ondruch <vondruch at redhat.com> - 2.0.0.0-0.1.r35922
-- ruby-libs must require rubygems (rhbz#845011).
-
 * Mon Jun 11 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 2.0.0.0-0.1.r35922
 - Make the bigdecimal gem a runtime dependency of Ruby.
 


More information about the scm-commits mailing list