diff --git a/python-tqdm.changes b/python-tqdm.changes index 369ce17..a3d7959 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 30 13:36:56 UTC 2023 - ecsos + +- %{?sle15_python_module_pythons} must at beginning of spec to work. + ------------------------------------------------------------------- Thu Aug 10 21:55:13 UTC 2023 - Arun Persaud diff --git a/python-tqdm.spec b/python-tqdm.spec index 4dbd340..ca12f52 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -26,6 +26,7 @@ %define pkg_suffix %{nil} %bcond_with test %endif +%{?sle15_python_module_pythons} Name: python-tqdm%{pkg_suffix} Version: 4.66.1 Release: 0 @@ -45,7 +46,6 @@ Requires(post): update-alternatives Requires(postun):update-alternatives Enhances: python-ipython BuildArch: noarch -%{?sle15_python_module_pythons} %if %{with test} # SECTION test requirements BuildRequires: %{python_module numpy if (python-base without python36-base)}