From f27e73abb4a2405a6e61224854a16c91299a4c49 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Tue, 11 May 2021 09:55:57 +0800 Subject: [PATCH] fix provides --- python-cmd2.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-cmd2.spec b/python-cmd2.spec index 5c1d90e..ff43ac7 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 -- Gitee