From db72ec796ca83243c83447eb72f81c9b3ebf023b Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Sun, 23 May 2021 21:44:46 +0800 Subject: [PATCH] Fix provides Signed-off-by: Fan Zhang --- python-dogpile.cache.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index 7813ef2..bfce557 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-dogpile-cache Version: 0.6.2 -Release: 1 +Release: 2 Summary: A caching front-end based on the Dogpile lock. License: BSD URL: http://bitbucket.org/zzzeek/dogpile.cache @@ -13,7 +13,7 @@ A caching front-end based on the Dogpile lock. %package -n python2-dogpile-cache Summary: A caching front-end based on the Dogpile lock. -Provides: python-dogpile-cache +Provides: python2-dogpile-cache BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-dogpile-cache @@ -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