From 231987db2138bdd3fa2f226fade4154a49cd4f7a Mon Sep 17 00:00:00 2001 From: sean-lau Date: Tue, 11 May 2021 16:43:35 +0800 Subject: [PATCH] Fix provide field in spec for py2 package (cherry picked from commit 8d434782e63814db9ca8db03f036932680f5b7af) --- python-google-api-python-client.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-google-api-python-client.spec b/python-google-api-python-client.spec index 69d46b0..18e2364 100644 --- a/python-google-api-python-client.spec +++ b/python-google-api-python-client.spec @@ -14,7 +14,7 @@ accessing the Plus, Moderator, and many other Google APIs. %package -n python2-google-api-python-client Summary: Google API Client Library for Python -Provides: python-google-api-python-client +Provides: python2-google-api-python-client BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-httplib2 @@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri May 07 2021 OpenStack_SIG +* Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee