Remove IRB dependency from rubygem-rdoc.

The IRB dependency was dropped in RDoc 6.0.0 already, but nobody
noticed:

https://github.com/ruby/rdoc/pull/512
This commit is contained in:
Vít Ondruch 2021-04-01 12:31:44 +02:00
parent 4108f57be7
commit fd8c8ee765
1 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,7 @@
%endif
%global release 146
%global release 147
%{!?release_string:%define release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
# The RubyGems library has to stay out of Ruby directory tree, since the
@ -339,7 +339,6 @@ Version: %{rdoc_version}
License: GPLv2 and Ruby and MIT and OFL
Requires: ruby(release)
Requires: ruby(rubygems) >= %{rubygems_version}
Requires: rubygem(irb) >= %{irb_version}
Requires: rubygem(io-console) >= %{io_console_version}
Requires: rubygem(json) >= %{json_version}
Provides: rdoc = %{version}-%{release}
@ -1375,6 +1374,9 @@ MSPECOPTS=""
%changelog
* Thu Apr 01 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-147
- Remove IRB dependency from rubygem-rdoc.
* Tue Mar 02 2021 Vít Ondruch <vondruch@redhat.com> - 3.0.0-146
- Fix flaky excon test suite.
- Properly support DWARF5 debug information.