From 6262631bfb9ae6c60f5970e346433b711f16495b Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Sat, 20 Feb 2021 11:48:37 +0800 Subject: [PATCH] Fix package provide issue --- python-glanceclient.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-glanceclient.spec b/python-glanceclient.spec index 6565288..fe2e65d 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -2,7 +2,7 @@ Name: python-python-glanceclient Version: 3.2.2 -Release: 2 +Release: 3 Summary: OpenStack Image API Client Library License: Apache-2.0 URL: https://docs.openstack.org/python-glanceclient/latest/ @@ -40,7 +40,7 @@ glanceclient module), and a command-line script (glance). Each implements \ %package -n python3-glanceclient Summary: OpenStack Image API Client Library -Provides: python-python-glanceclient +Provides: python3-glanceclient BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-glanceclient @@ -97,5 +97,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Feb 20 2021 wangxiyuan +- Fix Package Provides Issue + * Wed Jan 06 2021 Python_Bot - Package Spec generated