Hello community,
here is the log from the commit of package python-selenium for openSUSE:Factory
checked in at 2020-06-28 23:03:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-selenium (Old)
and /work/SRC/openSUSE:Factory/.python-selenium.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-selenium"
Sun Jun 28 23:03:11 2020 rev:12 rq:816847 version:3.141.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-selenium/python-selenium.changes
2019-05-22 10:50:53.919342603 +0200
+++
/work/SRC/openSUSE:Factory/.python-selenium.new.3060/python-selenium.changes
2020-06-28 23:03:28.534290606 +0200
@@ -1,0 +2,5 @@
+Wed Jun 24 10:38:52 UTC 2020 - Guillaume GARDET <[email protected]>
+
+- Enable build on aarch64 %arm
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-selenium.spec ++++++
--- /var/tmp/diff_new_pack.LXVGu1/_old 2020-06-28 23:03:30.578297395 +0200
+++ /var/tmp/diff_new_pack.LXVGu1/_new 2020-06-28 23:03:30.578297395 +0200
@@ -36,7 +36,7 @@
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 @@
%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