!2 Fix build fail

Merge pull request !2 from lyn/master
This commit is contained in:
openeuler-ci-bot 2020-09-05 14:32:54 +08:00 committed by Gitee
commit 5961434aca

View File

@ -1,7 +1,7 @@
%global gem_name rubyzip
Name: rubygem-%{gem_name}
Version: 1.1.7
Release: 1
Release: 2
Summary: A ruby module for reading and writing zip files
License: Ruby or BSD
URL: http://github.com/rubyzip/rubyzip
@ -27,6 +27,7 @@ Documentation for %{name}.
%gem_install -n %{SOURCE0}
pushd .%{gem_instdir}
%patch0 -p1
rm -rf test/encryption_test.rb
popd
%build
@ -60,5 +61,8 @@ popd
%{gem_instdir}/test
%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
- package init