From 248cd9e34669633cb34fdfe89c54b72d833a3987 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Wed, 1 Mar 2023 10:35:49 +0000 Subject: [PATCH] Fix install error --- python-designateclient.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-designateclient.spec b/python-designateclient.spec index 44ab43a..40a2589 100644 --- a/python-designateclient.spec +++ b/python-designateclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-designateclient Version: 4.2.0 -Release: 1 +Release: 2 Summary: OpenStack DNS-as-a-Service - Client License: Apache-2.0 URL: https://docs.openstack.org/python-designateclient/latest @@ -24,7 +24,7 @@ Requires: python3-jsonschema Requires: python3-keystoneauth1 Requires: python3-osc-lib Requires: python3-oslo-serialization -Requires: python3-oslo-utils +Requires: python3-oslo-utils == 4.8.0 Requires: python3-pbr Requires: python3-requests Requires: python3-six @@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Mar 01 2023 OpenStack_SIG - 4.2.0-2 +- Fix install error + * Fri Jul 09 2021 openstack-sig - update to 4.2.0 -- Gitee