Add forgotten psych.rb link into rubygem-psych to fix "private method `load'
called for Psych:Moduler" error (rhbz#979133).
This commit is contained in:
parent
49825df9b4
commit
142da175a2
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%global release 13
|
%global release 14
|
||||||
%{!?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}}
|
||||||
|
|
||||||
%global rubygems_version 2.0.3
|
%global rubygems_version 2.0.3
|
||||||
@ -874,6 +874,7 @@ make check TESTS="-v $DISABLE_TESTS"
|
|||||||
|
|
||||||
%files -n rubygem-psych
|
%files -n rubygem-psych
|
||||||
%{ruby_libdir}/psych
|
%{ruby_libdir}/psych
|
||||||
|
%{ruby_libdir}/psych.rb
|
||||||
%{ruby_libarchdir}/psych.so
|
%{ruby_libarchdir}/psych.so
|
||||||
%{_libdir}/gems/%{name}/psych-%{psych_version}
|
%{_libdir}/gems/%{name}/psych-%{psych_version}
|
||||||
%{gem_dir}/gems/psych-%{psych_version}
|
%{gem_dir}/gems/psych-%{psych_version}
|
||||||
@ -889,6 +890,10 @@ make check TESTS="-v $DISABLE_TESTS"
|
|||||||
%{ruby_libdir}/tkextlib
|
%{ruby_libdir}/tkextlib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 15 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-14
|
||||||
|
- Add forgotten psych.rb link into rubygem-psych to fix "private method `load'
|
||||||
|
called for Psych:Moduler" error (rhbz#979133).
|
||||||
|
|
||||||
* Thu Jul 11 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-13
|
* Thu Jul 11 2013 Vít Ondruch <vondruch@redhat.com> - 2.0.0.247-13
|
||||||
- Fixes multilib conlicts of .gemspec files.
|
- Fixes multilib conlicts of .gemspec files.
|
||||||
- Make symlinks for psych gem to ruby stdlib dirs (rhbz#979133).
|
- Make symlinks for psych gem to ruby stdlib dirs (rhbz#979133).
|
||||||
|
Loading…
Reference in New Issue
Block a user