diff --git a/python-routes.spec b/python-routes.spec index 4a5d133..1eabf02 100644 --- a/python-routes.spec +++ b/python-routes.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-routes Version: 2.5.1 -Release: 2 +Release: 3 Summary: Routing Recognition and Generation Tools License: MIT URL: https://github.com/bbangert/routes @@ -20,6 +20,8 @@ Summary: Routing Recognition and Generation Tools Provides: python-routes BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-repoze-lru + %description -n python3-routes Routing Recognition and Generation Tools @@ -70,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Feb 21 2022 huangtianhua - 2.5.1-3 +- Add python3-repoze-lru as Buildrequires + * Sat Jan 16 2021 Zhangy - Revise name