From 0951617951d93c37d03a0604d6c958eaba68c99c Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:06:27 +0000 Subject: [PATCH] Fix install error --- python-taskflow.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-taskflow.spec b/python-taskflow.spec index 171cfa7..8c98c3b 100644 --- a/python-taskflow.spec +++ b/python-taskflow.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-taskflow Version: 4.6.0 -Release: 1 +Release: 2 Summary: Taskflow structured state management library. License: Apache-2.0 URL: https://docs.openstack.org/taskflow/latest/ @@ -28,7 +28,7 @@ BuildRequires: python3-futurist BuildRequires: python3-jsonschema BuildRequires: python3-networkx BuildRequires: python3-oslo-serialization -BuildRequires: python3-oslo-utils +BuildRequires: python3-oslo-utils == 4.8.0 BuildRequires: python3-pydot BuildRequires: python3-six BuildRequires: python3-stevedore @@ -52,7 +52,7 @@ Requires: python3-futurist Requires: python3-jsonschema Requires: python3-networkx Requires: python3-oslo-serialization -Requires: python3-oslo-utils +Requires: python3-oslo-utils == 4.8.0 Requires: python3-pbr Requires: python3-pydot Requires: python3-six @@ -121,6 +121,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 02 2023 OpenStack_SIG - 4.6.0-2 +- Fix install error + * Mon Aug 09 2021 OpenStack_SIG - 4.6.0-1 - Package Spec generate -- Gitee