From 522e4d1ab70ff96113f528468e9c93e809a563ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Mon, 9 Jan 2017 18:14:07 +0100 Subject: [PATCH] Add rubygem-io-console dependency for rubygem-rdoc. The io-console is now the hard requirement and RDoc does not work without it. --- ruby.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ruby.spec b/ruby.spec index 53b3b80..f97b4a4 100644 --- a/ruby.spec +++ b/ruby.spec @@ -277,6 +277,7 @@ License: GPLv2 and Ruby and MIT and SIL Requires: %{?scl_prefix}ruby(release) Requires: %{?scl_prefix}ruby(rubygems) >= %{rubygems_version} Requires: %{?scl_prefix}ruby(irb) = %{irb_version} +Requires: %{?scl_prefix}rubygem(io-console) >= %{io_console_version} # Hardcode the dependency to keep it compatible with dependencies of the # official rubygem-rdoc gem. Requires: %{?scl_prefix}rubygem(json) >= %{json_version} @@ -1046,6 +1047,9 @@ make check TESTS="-v $DISABLE_TESTS" - Reshuffle the %%license macro to avoid %%postun scriptlet issues. Resolves: rhbz#1411233 +* Mon Jan 09 2017 Vít Ondruch - 2.4.0-72 +- Add rubygem-io-console dependency for rubygem-rdoc. + * Mon Jan 02 2017 Vít Ondruch - 2.4.0-71 - ruby-libs should not own links to unbundled gems.