diff --git a/python-selenium.changes b/python-selenium.changes index 3f79d12..c2affc4 100644 --- a/python-selenium.changes +++ b/python-selenium.changes @@ -1,8 +1,14 @@ +------------------------------------------------------------------- +Mon Dec 17 15:07:29 UTC 2012 - saschpe@suse.de + +- Remove 64bit Firefox blob on 32bit to avoid useless runtime + dependencies (again) + ------------------------------------------------------------------- Wed Dec 12 00:11:29 UTC 2012 - alexandre@exatati.com.br - Update to 2.28.0: - -Sorry, no changelog atm. + * Upstream provides no changelog ------------------------------------------------------------------- Thu Dec 6 00:34:32 UTC 2012 - alexandre@exatati.com.br diff --git a/python-selenium.spec b/python-selenium.spec index c558918..83f3868 100644 --- a/python-selenium.spec +++ b/python-selenium.spec @@ -48,6 +48,10 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +# Avoid 64bit runtime dependencies on 32bit architectures: +%ifarch %ix86 +rm %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so +%endif %files %defattr(-,root,root,-)