From 444104317c27ad88ff801b1d490b72771587d466618c96a53bf1277f299eba84 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 17 Dec 2012 15:10:34 +0000 Subject: [PATCH] - Remove 64bit Firefox blob on 32bit to avoid useless runtime dependencies (again) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=36 --- python-selenium.changes | 8 +++++++- python-selenium.spec | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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,-)