update to 3.20.1 for fix build error
(cherry picked from commit 89e8f0609e90953201787a4289299d964defd3a0)
This commit is contained in:
parent
68a1355f9d
commit
832608a1f4
Binary file not shown.
BIN
backports-3.20.1.gem
Normal file
BIN
backports-3.20.1.gem
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
%global gem_name backports
|
%global gem_name backports
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 3.11.4
|
Version: 3.20.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Backports of Ruby features for older Ruby
|
Summary: Backports of Ruby features for older Ruby
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -39,25 +39,22 @@ popd
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{gem_instdir}
|
%dir %{gem_instdir}
|
||||||
%exclude %{gem_instdir}/.*
|
|
||||||
%license %{gem_instdir}/LICENSE.txt
|
%license %{gem_instdir}/LICENSE.txt
|
||||||
%{gem_instdir}/backports.gemspec
|
|
||||||
%{gem_libdir}
|
%{gem_libdir}
|
||||||
%exclude %{gem_cache}
|
%exclude %{gem_cache}
|
||||||
%{gem_spec}
|
%{gem_spec}
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc %{gem_docdir}
|
%doc %{gem_docdir}
|
||||||
%doc %{gem_instdir}/CHANGELOG.rdoc
|
%doc %{gem_instdir}/CHANGELOG.md
|
||||||
%{gem_instdir}/Gemfile*
|
%{gem_instdir}/Gemfile*
|
||||||
%doc %{gem_instdir}/README.rdoc
|
%doc %{gem_instdir}/README.md
|
||||||
%{gem_instdir}/Rakefile
|
%doc %{gem_instdir}/SECURITY.md
|
||||||
%{gem_instdir}/default.mspec
|
%{gem_instdir}/backports.gemspec
|
||||||
%{gem_instdir}/frozen_old_spec
|
|
||||||
%{gem_instdir}/set_version
|
|
||||||
%{gem_instdir}/spec
|
|
||||||
%{gem_instdir}/test
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 14 2022 wangkai <wangkai385@huawei.com> - 3.20.1-1
|
||||||
|
- update to 3.20.1 for fix build error
|
||||||
|
|
||||||
* Wed Aug 19 2020 shenleizhao <shenleizhao@huawei.com> - 3.11.4-1
|
* Wed Aug 19 2020 shenleizhao <shenleizhao@huawei.com> - 3.11.4-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user