From 10bacbbca9513751a89ec8c399b71842fbc523d5 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Sun, 23 May 2021 13:55:58 +0800 Subject: [PATCH] Fix provides Signed-off-by: Fan Zhang --- python-cachetools.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-cachetools.spec b/python-cachetools.spec index 8d9be1b..79a602d 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 -- Gitee