From c215ab60ffb1c489c1dab9298e37526dab91255e Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Tue, 11 May 2021 09:57:22 +0800 Subject: [PATCH] fix provides --- 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 8c2682d..cf540d8 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.7 -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 BuildRequires: python2-pip @@ -69,5 +69,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 10 2021 openstack-sig +- Fix provides * Thu Apr 29 2021 openstack-sig - Package Spec generated -- Gitee