diff --git a/rubygem-bootsnap.spec b/rubygem-bootsnap.spec index bd77979..96cfe55 100644 --- a/rubygem-bootsnap.spec +++ b/rubygem-bootsnap.spec @@ -1,7 +1,7 @@ %global gem_name bootsnap Name: rubygem-%{gem_name} Version: 1.3.2 -Release: 1 +Release: 2 Summary: Boot large ruby/rails apps faster License: MIT URL: https://github.com/Shopify/bootsnap @@ -42,6 +42,7 @@ rm -rf %{buildroot}%{gem_instdir}/ext/ %check pushd .%{gem_instdir} tar xzvf %{SOURCE1} +ln -s %{gem_name}-%{version}/test test sed -i -e "/require 'bundler/ s/^/#/g" \ -e "/require 'mocha\/minitest/ s/minitest/mini_test/g" \ test/test_helper.rb @@ -77,5 +78,8 @@ popd %doc %{gem_instdir}/CODE_OF_CONDUCT.md %changelog +* Tue Sep 8 2020 yanan li - 1.3.2-2 +- fix build fail + * Tue Aug 18 2020 wanglin - 1.3.2-1 - package init