From 883701fe7a17029905ca1d475a3c83aa0c745e96 Mon Sep 17 00:00:00 2001 From: sean-lau Date: Tue, 11 May 2021 16:50:21 +0800 Subject: [PATCH] Fix provide field in spec for py2 package --- python-scciclient.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-scciclient.spec b/python-scciclient.spec index a503366..9ed17e3 100644 --- a/python-scciclient.spec +++ b/python-scciclient.spec @@ -27,7 +27,7 @@ Features %package -n python2-scciclient Summary: Python ServerView Common Command Interface (SCCI) Client Library -Provides: python-scciclient +Provides: python2-scciclient BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -118,5 +118,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri May 07 2021 OpenStack_SIG +* Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee