From 6e049714ea2079182360a325d2fb7e7d7131a385 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Wed, 1 Mar 2023 10:08:18 +0000 Subject: [PATCH] Fix install error --- openstack-tempest.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/openstack-tempest.spec b/openstack-tempest.spec index d709b1e..68a611c 100644 --- a/openstack-tempest.spec +++ b/openstack-tempest.spec @@ -8,7 +8,7 @@ other specific tests useful in validating an OpenStack deployment. Name: openstack-%{project} Version: 27.0.0 -Release: 1 +Release: 2 Summary: OpenStack Integration Test Suite (Tempest) License: ASL 2.0 Url: https://launchpad.net/tempest @@ -58,7 +58,7 @@ Requires: python3-six >= 1.10.0 Requires: python3-stevedore >= 1.20.0 Requires: python3-stestr Requires: python3-testtools -Requires: python3-urllib3 +Requires: python3-urllib3 == 1.26.3 Requires: python3-subunit Requires: python3-unittest2 >= 1.1.0 @@ -78,7 +78,7 @@ BuildRequires: python3-oslotest BuildRequires: python3-subunit BuildRequires: python3-oslo-log BuildRequires: python3-jsonschema -BuildRequires: python3-urllib3 +BuildRequires: python3-urllib3 == 1.26.3 BuildRequires: python3-oslo-concurrency BuildRequires: python3-paramiko BuildRequires: python3-cliff @@ -185,6 +185,9 @@ PYTHON=%{__python3} stestr --test-path $OS_TEST_PATH run %endif %changelog +* Wed Mar 01 2023 OpenStack_SIG - 27.0.0-2 +- Fix install error + * Fri Jul 23 2021 liksh 1:27.0.0-1 - Update to 27.0.0 -- Gitee