From 7b4771e3852033c3909a742bb0761ebfb808e9e0 Mon Sep 17 00:00:00 2001 From: wangjing Date: Tue, 3 Dec 2024 07:38:06 +0000 Subject: [PATCH] Fix build error Co-authored-by: zhengting13@huawei.com --- openstack-zaqar.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openstack-zaqar.spec b/openstack-zaqar.spec index 98ca979..e97feb8 100644 --- a/openstack-zaqar.spec +++ b/openstack-zaqar.spec @@ -11,7 +11,7 @@ Name: openstack-%{service} # Liberty semver reset # https://review.openstack.org/#/q/I6a35fa0dda798fad93b804d00a46af80f08d475c,n,z Version: 12.0.0 -Release: 2 +Release: 3 Summary: Message queuing service for OpenStack License: ASL 2.0 @@ -43,7 +43,6 @@ BuildRequires: python3-keystonemiddleware >= 4.17.0 BuildRequires: python3-falcon BuildRequires: python3-jsonschema BuildRequires: python3-sqlalchemy >= 1.3.2 -BuildRequires: python3-sqlalchemy < 1.4.0 BuildRequires: python3-osprofiler BuildRequires: python3-oslo-messaging BuildRequires: python3-autobahn @@ -227,6 +226,9 @@ exit 0 %{python3_sitelib}/%{service}/tests %changelog +* Tue Dec 03 2024 wangjing - 12.0.0-3 +- Fix build error + * Sat May 25 2024 tzing_t - 12.0.0-2 - Replace deprecated import ABCs from collections -- Gitee