fix build fail

This commit is contained in:
lyn1001 2020-09-05 10:42:14 +08:00
parent 3be0d3a001
commit 885dcb3000

View File

@ -1,7 +1,7 @@
%global gem_name rubyzip %global gem_name rubyzip
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 1.1.7 Version: 1.1.7
Release: 1 Release: 2
Summary: A ruby module for reading and writing zip files Summary: A ruby module for reading and writing zip files
License: Ruby or BSD License: Ruby or BSD
URL: http://github.com/rubyzip/rubyzip URL: http://github.com/rubyzip/rubyzip
@ -27,6 +27,7 @@ Documentation for %{name}.
%gem_install -n %{SOURCE0} %gem_install -n %{SOURCE0}
pushd .%{gem_instdir} pushd .%{gem_instdir}
%patch0 -p1 %patch0 -p1
rm -rf test/encryption_test.rb
popd popd
%build %build
@ -60,5 +61,8 @@ popd
%{gem_instdir}/test %{gem_instdir}/test
%changelog %changelog
* Sat Sep 5 2020 yanan li <liyanan032@huawei.com> - 1.1.7-2
- Fix build fail
* Wed Aug 19 2020 xiezheng <xiezheng4@huawei.com> - 1.1.7-1 * Wed Aug 19 2020 xiezheng <xiezheng4@huawei.com> - 1.1.7-1
- package init - package init