Remove bundled libyaml to be sure it is not used.

This commit is contained in:
Vít Ondruch 2014-12-17 17:07:20 +01:00
commit f9ae9cbc98

View file

@ -390,6 +390,9 @@ Tcl/Tk interface for the object-oriented scripting language Ruby.
%prep
%setup -q -n %{ruby_archive}
# Remove bundled libyaml to be sure it is not used.
rm -rf ext/psych/yaml
%patch0 -p1
%patch1 -p1
%patch2 -p1