diff --git a/python-cmd2.spec b/python-cmd2.spec index 5c1d90e07222e40803970da27f7a84040cc6f2f4..ff43ac77e207435428593a94bb667ade87a4d72f 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cmd2 Version: 0.8.8 -Release: 1 +Release: 2 Summary: cmd2 - a tool for building interactive command line applications in Python License: MIT URL: https://github.com/python-cmd2/cmd2 @@ -13,7 +13,7 @@ A tool for building interactive command line applications in Python. %package -n python2-cmd2 Summary: cmd2 - a tool for building interactive command line applications in Python -Provides: python-cmd2 +Provides: python2-cmd2 BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-pip @@ -69,5 +69,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 10 2021 openstack-sig +- Fix provides * Thu Apr 29 2021 openstack-sig - Package Spec generated