From 6a45feeb6515369179ed73c86c580d6f38452dd2 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 8 Sep 2020 22:59:43 +0800 Subject: [PATCH] fix build fail --- rubygem-bootsnap.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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