From 0ff593de2f22a1e75568bed24e9b313242db8e3992abf5ea4c705e6593433c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Jun 2020 14:08:51 +0000 Subject: [PATCH] Accepting request 816810 from home:Guillaume_G:branches:openSUSE:Factory:ARM - Enable build on aarch64 %arm OBS-URL: https://build.opensuse.org/request/show/816810 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=81 --- python-selenium.changes | 5 +++++ python-selenium.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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