delete x_ignore_nofocus.so
This commit is contained in:
parent
4b0006dcb3
commit
f4d292d628
@ -5,7 +5,7 @@
|
|||||||
Python.
|
Python.
|
||||||
Name: python-selenium
|
Name: python-selenium
|
||||||
Version: 3.141.0
|
Version: 3.141.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Python bindings for Selenium
|
Summary: Python bindings for Selenium
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/SeleniumHQ/selenium/
|
URL: https://github.com/SeleniumHQ/selenium/
|
||||||
@ -35,6 +35,8 @@ Provides: python3-selenium-doc
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n selenium-3.141.0
|
%autosetup -n selenium-3.141.0
|
||||||
|
rm -rf selenium/webdriver/firefox/x86/x_ignore_nofocus.so
|
||||||
|
rm -rf selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -79,6 +81,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 13 2021 liksh <liks11@chinaunicom.cn> - 3.141.0-3
|
||||||
|
- delete x_ignore_nofocus.so
|
||||||
|
|
||||||
* Wed Aug 11 2021 huangtianhua <huangtianhua@huawei.com> - 3.141.0-2
|
* Wed Aug 11 2021 huangtianhua <huangtianhua@huawei.com> - 3.141.0-2
|
||||||
- Adds python3-urllib3 as requires
|
- Adds python3-urllib3 as requires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user