[ruby] Add architecture dependency on ruby-libs to ruby-irb.

Vít Ondruch vondruch at fedoraproject.org
Fri Feb 22 14:25:28 UTC 2013


commit 10f5cf664baf689033e269d1f8b777ae1f6e8a95
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Feb 7 14:44:59 2013 +0100

    Add architecture dependency on ruby-libs to ruby-irb.

 ruby.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index 55fb132..f6d174a 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -219,7 +219,7 @@ specified in standard Ruby syntax.
 Summary:    The Interactive Ruby
 Version:    %{irb_version}
 Group:      Development/Libraries
-Requires:   %{name}-libs = %{ruby_version_patch_level}
+Requires:   %{name}-libs%{?_isa} = %{ruby_version_patch_level}
 Provides:   irb = %{version}-%{release}
 Provides:   ruby(irb) = %{version}-%{release}
 BuildArch:  noarch


More information about the scm-commits mailing list