From 46e452839262f4cce4a5fb43c2b6fe2c624396c8 Mon Sep 17 00:00:00 2001 From: sean-lau Date: Tue, 11 May 2021 16:50:42 +0800 Subject: [PATCH] Fix provide field in spec for py2 package --- python-stevedore.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-stevedore.spec b/python-stevedore.spec index 37a8359..af58c70 100644 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -45,7 +45,7 @@ dynamically loaded extensions. %package -n python2-stevedore Summary: Manage dynamic plugins for Python applications -Provides: python-stevedore +Provides: python2-stevedore BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -166,5 +166,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri May 07 2021 OpenStack_SIG +* Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee