diff --git a/python-cachetools.spec b/python-cachetools.spec index 8d9be1b9eda2229b34bf70281f46b2c27ecefd03..79a602df9b98e1a59544a4d66d06f32d0dfe6726 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cachetools Version: 2.0.1 -Release: 1 +Release: 2 Summary: Extensible memoizing collections and decorators License: MIT URL: https://github.com/tkem/cachetools @@ -13,7 +13,7 @@ Extensible memoizing collections and decorators %package -n python2-cachetools Summary: Extensible memoizing collections and decorators -Provides: python-cachetools +Provides: python2-cachetools BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-cachetools @@ -68,5 +68,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun May 23 2021 openstack-sig +- Fix Provides * Mon May 10 2021 openstack-sig - Package Spec generated