From 99c7ce432b8512e82318b39b2e1b050cb29f60d7 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:13:06 +0000 Subject: [PATCH] Fix install error --- python-heatclient.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-heatclient.spec b/python-heatclient.spec index d765170..932ee37 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-heatclient Version: 1.18.1 -Release: 1 +Release: 2 Summary: OpenStack Orchestration API Client Library License: Apache-2.0 URL: https://docs.openstack.org/python-heatclient/latest @@ -31,7 +31,7 @@ BuildRequires: python3-osc-lib BuildRequires: python3-oslo-i18n BuildRequires: python3-oslo-serialization BuildRequires: python3-oslo-utils -BuildRequires: python3-swiftclient +BuildRequires: python3-swiftclient == 3.8.1 BuildRequires: python3-requests BuildRequires: python3-six # General requires @@ -46,7 +46,7 @@ Requires: python3-oslo-i18n Requires: python3-oslo-serialization Requires: python3-oslo-utils Requires: python3-pbr -Requires: python3-swiftclient +Requires: python3-swiftclient == 3.8.1 Requires: python3-requests Requires: python3-six %description -n python3-heatclient @@ -103,5 +103,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 02 2023 OpenStack_SIG - 1.18.1-2 +- Fix install error + * Mon Nov 08 2021 OpenStack_SIG - 1.18.1-1 - Init package python3-heatclient with version 1.18.1 -- Gitee