From f2eec893adf72fd68b673b9351208697c50801a4 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:20:42 +0000 Subject: [PATCH] Fix install error --- python-osprofiler.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python-osprofiler.spec b/python-osprofiler.spec index 6f3f73d..e841c97 100644 --- a/python-osprofiler.spec +++ b/python-osprofiler.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-osprofiler Version: 2.8.2 -Release: 1 +Release: 2 Summary: OpenStack Profiler Library License: Apache-2.0 URL: https://docs.openstack.org/osprofiler/latest/ @@ -27,7 +27,7 @@ BuildRequires: python3-oslo-utils BuildRequires: python3-prettytable BuildRequires: python3-requests BuildRequires: python3-six -BuildRequires: python3-webob +BuildRequires: python3-webob == 1.8.5 BuildRequires: python3-oslo-config # Tests running requires BuildRequires: python3-hacking @@ -37,7 +37,7 @@ BuildRequires: python3-mock BuildRequires: python3-stestr BuildRequires: python3-testtools BuildRequires: python3-openstackdocstheme -BuildRequires: python3-sphinx +BuildRequires: python3-sphinx == 2.2.0 BuildRequires: python3-bandit BuildRequires: python3-pymongo BuildRequires: python3-elasticsearch2 @@ -52,7 +52,7 @@ Requires: python3-oslo-utils Requires: python3-prettytable Requires: python3-requests Requires: python3-six -Requires: python3-webob +Requires: python3-webob == 1.8.5 Requires: python3-oslo-config # Tests running requires Requires: python3-hacking @@ -62,7 +62,7 @@ Requires: python3-mock Requires: python3-stestr Requires: python3-testtools Requires: python3-openstackdocstheme -Requires: python3-sphinx +Requires: python3-sphinx == 2.2.0 Requires: python3-bandit Requires: python3-pymongo Requires: python3-elasticsearch2 @@ -120,6 +120,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 02 2023 OpenStack_SIG - 2.8.2-2 +- Fix install error + * Mon Nov 15 2021 OpenStack_SIG - 2.8.2-1 - Init package python3-osprofiler of version 2.8.2 -- Gitee