diff --git a/python-castellan.spec b/python-castellan.spec index 393b346cd33bc98658ba016aa5404a83c0516df8..c38a2066974813206d7bc0c6d7cf8fc2af4c857c 100644 --- a/python-castellan.spec +++ b/python-castellan.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-castellan Version: 0.17.0 -Release: 1 +Release: 2 Summary: Generic Key Manager interface for OpenStack License: Apache-2.0 URL: https://docs.openstack.org/castellan/latest/ @@ -13,7 +13,7 @@ Generic Key Manager interface for OpenStack. %package -n python2-castellan Summary: Generic Key Manager interface for OpenStack -Provides: python-castellan +Provides: python2-castellan BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -79,5 +79,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun May 23 2021 openstack-sig +- Fix Provides * Fri May 14 2021 openstack-sig - Package Spec generated