From 63add6c91d54c44cc99431e2761c2e4ca9ffb092 Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Tue, 11 May 2021 06:42:24 +0000 Subject: [PATCH] Fix provide issue --- python-etcd3gw.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-etcd3gw.spec b/python-etcd3gw.spec index 0d2fd37..ee10f1e 100644 --- a/python-etcd3gw.spec +++ b/python-etcd3gw.spec @@ -23,7 +23,7 @@ A python client for etcd3 grpc-gateway v3alpha API %package -n python2-etcd3gw Summary: A python client for etcd3 grpc-gateway v3 API -Provides: python-etcd3gw +Provides: python2-etcd3gw BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -103,5 +103,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri May 07 2021 OpenStack_SIG +* Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee