From ff87738bd181c1fa075743c9bc16f94af0409006 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Sun, 23 May 2021 21:34:36 +0800 Subject: [PATCH] Fix provides Signed-off-by: Fan Zhang --- python-designateclient.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-designateclient.spec b/python-designateclient.spec index 1459784..badfc6d 100644 --- a/python-designateclient.spec +++ b/python-designateclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-designateclient Version: 2.9.0 -Release: 1 +Release: 2 Summary: OpenStack DNS-as-a-Service - Client License: Apache-2.0 URL: https://docs.openstack.org/python-designateclient/latest @@ -15,7 +15,7 @@ provides a Python API (the ``designateclient`` module) and a command-line tool %package -n python2-designateclient Summary: OpenStack DNS-as-a-Service - Client -Provides: python-designateclient +Provides: python2-designateclient BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-cliff @@ -84,5 +84,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun May 23 2021 openstack-sig +- Fix Provides * Mon May 10 2021 openstack-sig - Package Spec generated -- Gitee