Exclude json.rb from ruby-libs (rhbz#1397370).

This commit is contained in:
Vít Ondruch 2016-11-22 13:25:46 +01:00
parent 00fb25d2c0
commit 18725ecc49

View File

@ -21,7 +21,7 @@
%endif
%global release 60
%global release 61
%{!?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
@ -712,6 +712,7 @@ make check TESTS="-v $DISABLE_TESTS"
%{ruby_libdir}/*.rb
%exclude %{ruby_libdir}/*-tk.rb
%exclude %{ruby_libdir}/irb.rb
%exclude %{ruby_libdir}/json.rb
%exclude %{ruby_libdir}/tcltk.rb
%exclude %{ruby_libdir}/tk*.rb
%exclude %{ruby_libdir}/psych.rb
@ -962,6 +963,9 @@ make check TESTS="-v $DISABLE_TESTS"
%{ruby_libdir}/tkextlib
%changelog
* Tue Nov 22 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.2-61
- Exclude json.rb from ruby-libs (rhbz#1397370).
* Fri Nov 18 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.2-60
- Update to Ruby 2.3.2.
- Add gemspec_add_dep and gemspec_remove_dep macros.