From e6d7b2f44a9f67347368cdf432278b8ba770e6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Mon, 2 Jan 2017 18:24:19 +0100 Subject: [PATCH] Remove links to unbundled gems from ruby-libs. --- ruby.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ruby.spec b/ruby.spec index f6d8b33..9d81c90 100644 --- a/ruby.spec +++ b/ruby.spec @@ -24,7 +24,7 @@ %endif -%global release 70 +%global release 71 %{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}} # The RubyGems library has to stay out of Ruby directory three, since the @@ -788,7 +788,10 @@ make check TESTS="-v $DISABLE_TESTS" %dir %{ruby_libdir} %{ruby_libdir}/*.rb %exclude %{ruby_libdir}/irb.rb +%exclude %{ruby_libdir}/json.rb +%exclude %{ruby_libdir}/openssl.rb %exclude %{ruby_libdir}/psych.rb +%exclude %{ruby_libdir}/rdoc.rb %{ruby_libdir}/cgi %{ruby_libdir}/digest %{ruby_libdir}/drb @@ -1039,6 +1042,9 @@ make check TESTS="-v $DISABLE_TESTS" %{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec %changelog +* Mon Jan 02 2017 Vít Ondruch - 2.4.0-71 +- ruby-libs should not own links to unbundled gems. + * Mon Jan 02 2017 Vít Ondruch - 2.4.0-70 - Upgrade to Ruby 2.4.0. - Workaround "an invalid stdio handle" error on PPC (rhbz#1361037).