diff --git a/python-selenium.changes b/python-selenium.changes index c544249..a4adb58 100644 --- a/python-selenium.changes +++ b/python-selenium.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 21 08:09:17 UTC 2023 - Guillaume GARDET + +- Fix packaging for non-x86_64 architectures + ------------------------------------------------------------------- Fri Jun 9 06:29:05 UTC 2023 - Steve Kowalik diff --git a/python-selenium.spec b/python-selenium.spec index 37b97cd..077cd45 100644 --- a/python-selenium.spec +++ b/python-selenium.spec @@ -61,13 +61,6 @@ cp %{SOURCE2} . %install %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -# Do not package .so built for foreign architectures -%ifnarch %{ix86} x86_64 -%python_expand rm %{buildroot}%{$python_sitelib}/selenium/webdriver/firefox/x86/x_ignore_nofocus.so -%endif -%ifnarch x86_64 -%python_expand rm %{buildroot}%{$python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so -%endif %check export PYTHONDONTWRITEBYTECODE=1