diff --git a/python-dash.changes b/python-dash.changes index e0094fe..bc357c3 100644 --- a/python-dash.changes +++ b/python-dash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 6 21:03:36 UTC 2024 - Ben Greiner + +- Fix truncated version requirement for python3dist(dash) + ------------------------------------------------------------------- Tue Mar 5 19:40:43 UTC 2024 - Ben Greiner diff --git a/python-dash.spec b/python-dash.spec index 2c698f7..053c1a8 100644 --- a/python-dash.spec +++ b/python-dash.spec @@ -19,6 +19,7 @@ # We can't test currenty, see below. %bcond_with test %define skip_python39 1 +%define distver 2.16 Name: python-dash Version: 2.16.0 Release: 0 @@ -93,7 +94,7 @@ analytical python code. %package -n jupyter-dash Summary: Jupyter configuration for python-dash -Requires: python3dist(dash) = %{version} +Requires: python3dist(dash) = %{distver} Suggests: python3-dash %description -n jupyter-dash