diff --git a/python-designateclient.spec b/python-designateclient.spec index 14597844a94e9b28cd2b42c03541f1d6b8e875dd..badfc6dc2e6ab2cafe53ed6fdf9707ea03404e18 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