Properly require RubyGems for gemified IRB.
This commit is contained in:
parent
06da21a344
commit
d2c186ecd8
1 changed files with 2 additions and 1 deletions
|
|
@ -283,7 +283,8 @@ specified in standard Ruby syntax.
|
|||
Summary: The Interactive Ruby
|
||||
Version: %{irb_version}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}-libs = %{ruby_version}
|
||||
Requires: ruby(release)
|
||||
Requires: ruby(rubygems) >= %{rubygems_version}
|
||||
Provides: irb = %{version}-%{release}
|
||||
Provides: rubygem(irb) = %{version}-%{release}
|
||||
# Obsoleted by Ruby 2.6 in F30 timeframe.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue