diff --git a/python-ipykernel.changes b/python-ipykernel.changes index bb1818e..3abcc06 100644 --- a/python-ipykernel.changes +++ b/python-ipykernel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 23 08:18:35 UTC 2023 - Ben Greiner + +- Fix spec-cleaner: The stupid sle15 python reset macro needs to + be before python_module calls + ------------------------------------------------------------------- Mon Aug 7 17:17:39 UTC 2023 - Arun Persaud diff --git a/python-ipykernel.spec b/python-ipykernel.spec index 0150d3d..a063467 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-ipykernel Version: 6.25.1 Release: 0 @@ -33,7 +34,6 @@ Obsoletes: %{python_module jupyter_ipykernel-doc < %{version}} Provides: %{python_module jupyter-ipykernel-doc = %{version}} Obsoletes: %{python_module jupyter-ipykernel-doc < %{version}} BuildArch: noarch -%{?sle15_python_module_pythons} # SECTION build-system BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module hatchling >= 1.4}