diff --git a/python-notebook.changes b/python-notebook.changes index f5154a4..bf0f0bf 100644 --- a/python-notebook.changes +++ b/python-notebook.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 9 20:07:07 UTC 2021 - Benjamin Greiner + +- Don't test with pandoc on ix86 + ------------------------------------------------------------------- Mon Dec 21 09:59:15 UTC 2020 - Benjamin Greiner diff --git a/python-notebook.spec b/python-notebook.spec index 1bef08f..844a770 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -23,6 +23,7 @@ %else %define psuffix %{nil} %bcond_with test +BuildArch: noarch %endif %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 @@ -59,7 +60,6 @@ Recommends: python-ipywidgets Suggests: %{name}-latex Provides: python-jupyter_notebook = %{version} Obsoletes: python-jupyter_notebook < %{version} -BuildArch: noarch %if !%{with test} BuildRequires: fdupes BuildRequires: hicolor-icon-theme @@ -87,8 +87,11 @@ BuildRequires: %{python_module requests} BuildRequires: %{python_module terminado >= 0.8.3} BuildRequires: %{python_module tornado >= 5} BuildRequires: %{python_module traitlets >= 4.2.1} +%ifnarch %{ix86} +# pandoc package disabled build for ix86 BuildRequires: pandoc %endif +%endif %python_subpackages %description