From 78b040299b34a9cd0d3d9d6fe8bfb4e56060a9b7 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Wed, 1 Mar 2023 10:35:10 +0000 Subject: [PATCH] Fix install error --- python-blazarclient.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-blazarclient.spec b/python-blazarclient.spec index 09e3571..6ede4c1 100644 --- a/python-blazarclient.spec +++ b/python-blazarclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-blazarclient Version: 3.2.0 -Release: 2 +Release: 3 Summary: Client for OpenStack Reservation Service License: Apache-2.0 URL: https://launchpad.net/blazar @@ -26,7 +26,7 @@ BuildRequires: python3-cliff BuildRequires: python3-keystoneauth1 BuildRequires: python3-oslo-i18n BuildRequires: python3-oslo-log -BuildRequires: python3-oslo-utils +BuildRequires: python3-oslo-utils == 4.8.0 # General requires Requires: python3-babel Requires: python3-prettytable @@ -34,7 +34,7 @@ Requires: python3-cliff Requires: python3-keystoneauth1 Requires: python3-oslo-i18n Requires: python3-oslo-log -Requires: python3-oslo-utils +Requires: python3-oslo-utils == 4.8.0 Requires: python3-pbr %description -n python3-blazarclient This is a client for the OpenStack Blazar API. It provides a Python API (the blazarclient module) and a command-line script (blazar). @@ -91,6 +91,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Mar 01 2023 OpenStack_SIG - 3.2.0-3 +- Fix install error + * Tue Oct 25 2022 wangxiyuan - 3.2.0-2 - Drop check part -- Gitee