From f53469b038fe0dffd1bd0b048dead59b312c4fbf7ce974af3ac8102482255982 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 10 Apr 2012 12:53:48 +0000 Subject: [PATCH] - Don't install the binary Firefox extension until this is solved with upstream OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=26 --- python-selenium.changes | 6 ++++++ python-selenium.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-selenium.changes b/python-selenium.changes index 0398d28..1acced4 100644 --- a/python-selenium.changes +++ b/python-selenium.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 10 12:53:38 UTC 2012 - saschpe@suse.de + +- Don't install the binary Firefox extension until this is solved + with upstream + ------------------------------------------------------------------- Mon Apr 2 12:29:00 UTC 2012 - saschpe@suse.de diff --git a/python-selenium.spec b/python-selenium.spec index 6ee9e01..197db63 100644 --- a/python-selenium.spec +++ b/python-selenium.spec @@ -53,6 +53,7 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} rm -r %{buildroot}%{python_sitelib}/selenium/webdriver/ie/{win32,x64}/IEDriver.dll # Remove unused Windows DLLs +rm -r %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/{amd64,x86}/x_ignore_nofocus.so # Don't install binary Firefox extension %files %defattr(-,root,root,-)