diff --git a/python-selenium.changes b/python-selenium.changes index 2ebf298..704916d 100644 --- a/python-selenium.changes +++ b/python-selenium.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 24 10:38:52 UTC 2020 - Guillaume GARDET + +- Enable build on aarch64 %arm + ------------------------------------------------------------------- Fri May 17 18:42:59 UTC 2019 - Meera Belur diff --git a/python-selenium.spec b/python-selenium.spec index 44ecb91..b947348 100644 --- a/python-selenium.spec +++ b/python-selenium.spec @@ -36,7 +36,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-rdflib Requires: python-urllib3 -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 %arm aarch64 %python_subpackages %description @@ -56,7 +56,7 @@ supported, as well as the Selenium 1.0 bindings. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} # Avoid 64bit runtime dependencies on 32bit architectures: -%ifarch %{ix86} +%ifarch %{ix86} %arm %python_expand rm %{buildroot}%{$python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so %endif