Exclude json.rb from ruby-libs (rhbz#1397370).
This commit is contained in:
parent
324c2d071e
commit
b3e0a8c314
@ -21,7 +21,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%global release 60
|
%global release 61
|
||||||
%{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
|
%{!?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
|
# The RubyGems library has to stay out of Ruby directory three, since the
|
||||||
@ -716,6 +716,7 @@ make check TESTS="-v $DISABLE_TESTS"
|
|||||||
%{ruby_libdir}/*.rb
|
%{ruby_libdir}/*.rb
|
||||||
%exclude %{ruby_libdir}/*-tk.rb
|
%exclude %{ruby_libdir}/*-tk.rb
|
||||||
%exclude %{ruby_libdir}/irb.rb
|
%exclude %{ruby_libdir}/irb.rb
|
||||||
|
%exclude %{ruby_libdir}/json.rb
|
||||||
%exclude %{ruby_libdir}/tcltk.rb
|
%exclude %{ruby_libdir}/tcltk.rb
|
||||||
%exclude %{ruby_libdir}/tk*.rb
|
%exclude %{ruby_libdir}/tk*.rb
|
||||||
%exclude %{ruby_libdir}/psych.rb
|
%exclude %{ruby_libdir}/psych.rb
|
||||||
@ -966,6 +967,9 @@ make check TESTS="-v $DISABLE_TESTS"
|
|||||||
%{ruby_libdir}/tkextlib
|
%{ruby_libdir}/tkextlib
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Nov 18 2016 Vít Ondruch <vondruch@redhat.com> - 2.3.2-60
|
||||||
- Update to Ruby 2.3.2.
|
- Update to Ruby 2.3.2.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user