Fix package provide issue

This commit is contained in:
wangxiyuan 2021-02-20 11:48:37 +08:00
parent 65098c5978
commit 6262631bfb

View File

@ -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 <wangxiyuan1007@gmail.com>
- Fix Package Provides Issue
* Wed Jan 06 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated