From fa807e7526861a839fdc82b9a832e6aa09e5f2f7 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Sun, 23 May 2021 13:29:33 +0800 Subject: [PATCH] Fix provides Signed-off-by: Fan Zhang --- python-automaton.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-automaton.spec b/python-automaton.spec index 9b92847..c707905 100644 --- a/python-automaton.spec +++ b/python-automaton.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-automaton Version: 1.14.0 -Release: 1 +Release: 2 Summary: Friendly state machines for python. License: Apache-2.0 URL: https://docs.openstack.org/automaton/latest/ @@ -13,7 +13,7 @@ Friendly state machines for python. %package -n python2-automaton Summary: Friendly state machines for python. -Provides: python-automaton +Provides: python2-automaton BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -71,5 +71,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun May 23 2021 openstack-sig +- Fix Provides * Fri May 07 2021 openstack-sig - Package Spec generated -- Gitee