diff --git a/python-guessit.changes b/python-guessit.changes index 61a4091..df5ca1a 100644 --- a/python-guessit.changes +++ b/python-guessit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 8 05:16:14 UTC 2021 - Luigi Baldoni + +- Fix requirement version + ------------------------------------------------------------------- Sat Feb 6 08:49:30 UTC 2021 - Luigi Baldoni diff --git a/python-guessit.spec b/python-guessit.spec index 3bf8d94..321a3b3 100644 --- a/python-guessit.spec +++ b/python-guessit.spec @@ -30,13 +30,13 @@ BuildRequires: %{python_module babelfish >= 0.5.5} BuildRequires: %{python_module pytest-benchmark} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module python-dateutil} -BuildRequires: %{python_module rebulk >= 2.0.0} +BuildRequires: %{python_module rebulk >= 3.0.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-babelfish >= 0.5.5 Requires: python-python-dateutil -Requires: python-rebulk >= 2.0.0 +Requires: python-rebulk >= 3.0.0 Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch