Install Racc it by default.

This commit is contained in:
Vít Ondruch 2020-01-28 13:50:46 +01:00
parent 40610a988c
commit 40937c8a7a
1 changed files with 2 additions and 1 deletions

View File

@ -156,6 +156,7 @@ Recommends: rubygem(bigdecimal) >= %{bigdecimal_version}
# https://bugs.ruby-lang.org/issues/16431
Requires: rubygem(did_you_mean) >= %{did_you_mean_version}
Recommends: rubygem(openssl) >= %{openssl_version}
Recommends: rubygem(racc) >= %{racc_version}
BuildRequires: autoconf
BuildRequires: gdbm-devel
@ -1239,7 +1240,7 @@ make check TESTS="-v $DISABLE_TESTS" MSPECOPT="-fs $MSPECOPTS"
%changelog
* Tue Jan 28 2020 Vít Ondruch <vondruch@redhat.com> - 2.7.0-127
- Provide StdLib links for Racc.
- Provide StdLib links for Racc and install it by default.
* Thu Jan 16 2020 Vít Ondruch <vondruch@redhat.com> - 2.7.0-126
- Make rubygem(did_you_mean) hard dependency.