Hello community,

here is the log from the commit of package python-selenium for openSUSE:Factory 
checked in at 2020-08-25 12:38:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-selenium (Old)
 and      /work/SRC/openSUSE:Factory/.python-selenium.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-selenium"

Tue Aug 25 12:38:30 2020 rev:13 rq:828048 version:3.141.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-selenium/python-selenium.changes  
2020-06-28 23:03:28.534290606 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-selenium.new.3399/python-selenium.changes    
    2020-08-25 12:38:34.793412348 +0200
@@ -1,0 +2,5 @@
+Thu Aug 20 08:30:39 UTC 2020 - Guillaume GARDET <[email protected]>
+
+- Package x_ignore_nofocus.so on supported architectures only
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-selenium.spec ++++++
--- /var/tmp/diff_new_pack.gQ7B3d/_old  2020-08-25 12:38:35.949412566 +0200
+++ /var/tmp/diff_new_pack.gQ7B3d/_new  2020-08-25 12:38:35.953412567 +0200
@@ -55,8 +55,11 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-# Avoid 64bit runtime dependencies on 32bit architectures:
-%ifarch %{ix86} %arm
+# 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
 


Reply via email to