fix the compilation failure of rubygem-capybara
This commit is contained in:
parent
94dcb8adad
commit
2f705871e1
@ -1,7 +1,7 @@
|
|||||||
%global gem_name selenium-webdriver
|
%global gem_name selenium-webdriver
|
||||||
Summary: The next generation developer focused tool for automated testing of webapps
|
Summary: The next generation developer focused tool for automated testing of webapps
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 2.45.0
|
Version: 3.142.7
|
||||||
Release: 1
|
Release: 1
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://www.selenium.dev
|
URL: https://www.selenium.dev
|
||||||
@ -41,9 +41,9 @@ rm -f %{buildroot}%{gem_instdir}/%{gem_name}.gemspec
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{gem_instdir}
|
%dir %{gem_instdir}
|
||||||
%doc %{gem_instdir}/COPYING
|
|
||||||
%doc %{gem_instdir}/CHANGES
|
%doc %{gem_instdir}/CHANGES
|
||||||
%doc %{gem_instdir}/README.md
|
%doc %{gem_instdir}/README.md
|
||||||
|
%license %{gem_instdir}/LICENSE
|
||||||
%{gem_libdir}
|
%{gem_libdir}
|
||||||
%{gem_cache}
|
%{gem_cache}
|
||||||
%{gem_spec}
|
%{gem_spec}
|
||||||
@ -52,5 +52,9 @@ rm -f %{buildroot}%{gem_instdir}/%{gem_name}.gemspec
|
|||||||
%doc %{gem_docdir}
|
%doc %{gem_docdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 01 2021 houyingchao <houyingchao@huawei.com> - 3.142.7-1
|
||||||
|
- Upgrade to 3.142.7 version
|
||||||
|
- fix the compilation failed of rubygem-capybara
|
||||||
|
|
||||||
* Wed Aug 19 2020 xiezheng <xiezheng4@huawei.com> - 2.45.0-1
|
* Wed Aug 19 2020 xiezheng <xiezheng4@huawei.com> - 2.45.0-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Binary file not shown.
BIN
selenium-webdriver-3.142.7.gem
Normal file
BIN
selenium-webdriver-3.142.7.gem
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user