diff --git a/python-jupyter-server-terminals.changes b/python-jupyter-server-terminals.changes index ad085e3..07f572e 100644 --- a/python-jupyter-server-terminals.changes +++ b/python-jupyter-server-terminals.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 8 20:26:11 UTC 2023 - Ben Greiner + +- Any python flavor is okay + +------------------------------------------------------------------- +Wed Nov 8 10:28:04 UTC 2023 - Matej Cepl + +- Fix a bad Requires: with %{python_module construct. + ------------------------------------------------------------------- Sun Jan 22 13:00:36 UTC 2023 - Ben Greiner diff --git a/python-jupyter-server-terminals.spec b/python-jupyter-server-terminals.spec index 0203fbe..77ff740 100644 --- a/python-jupyter-server-terminals.spec +++ b/python-jupyter-server-terminals.spec @@ -56,8 +56,7 @@ A Jupyter Server Extension Providing Terminals. %package -n jupyter-server-terminals Summary: Jupyter Server Extension registration for python*-jupyter-server-terminals -# Any flavor is okay -Requires: (%(echo "%{python_module jupyter-server-terminals = %{version}@or@}" | sed "s/@or@/ or /g" | sed 's/ or\s*$//')) +Requires: python3dist(jupyter-server-terminals) %description -n jupyter-server-terminals A Jupyter Server Extension Providing Terminals.