From d9d340796deed2f5339251973ef87a048740a613 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Tue, 25 May 2021 17:39:59 +0800 Subject: [PATCH] Fix provides Signed-off-by: Fan Zhang --- python-munch.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-munch.spec b/python-munch.spec index b1ae0df..e85df91 100644 --- a/python-munch.spec +++ b/python-munch.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-munch Version: 2.2.0 -Release: 1 +Release: 2 Summary: A dot-accessible dictionary (a la JavaScript objects). License: MIT URL: http://github.com/Infinidat/munch @@ -11,7 +11,7 @@ BuildArch: noarch %package -n python2-munch Summary: A dot-accessible dictionary (a la JavaScript objects). -Provides: python-munch +Provides: python2-munch BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-munch @@ -62,5 +62,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 25 2021 openstack-sig +- Fix Provides * Fri May 14 2021 openstack-sig - Package Spec generated -- Gitee