From 30edb12aefa7db67ff52e9641c3cfe7edc93bf2d Mon Sep 17 00:00:00 2001 From: tzing_t Date: Tue, 10 Jun 2025 12:16:20 +0000 Subject: [PATCH] fix build error (cherry picked from commit b259838f78f7cd6bb00a7360b95b3a7cec5e70f2) --- openstack-neutron-dynamic-routing.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/openstack-neutron-dynamic-routing.spec b/openstack-neutron-dynamic-routing.spec index 7fc5a88..e8d0b3b 100644 --- a/openstack-neutron-dynamic-routing.spec +++ b/openstack-neutron-dynamic-routing.spec @@ -7,7 +7,7 @@ Name: openstack-%{servicename} Version: 18.1.1 -Release: 1 +Release: 2 Summary: OpenStack Neutron Dynamic Routing License: ASL 2.0 URL: https://github.com/openstack/%{servicename} @@ -68,8 +68,7 @@ Summary: Neutron Dynamic Routing python library Requires: python3-neutron >= %{major_version} Requires: python3-eventlet >= 0.18.2 Requires: python3-netaddr >= 0.7.18 -Requires: python3-sqlalchemy >= 1.3.2 -Requires: python3-sqlalchemy < 1.4.0 +Requires: python3-sqlalchemy >= 1.3.3 Requires: python3-alembic >= 0.9.6 Requires: python3-neutron-lib >= 1.26.0 Requires: python3-oslo-config @@ -215,6 +214,9 @@ stestr run || true %{_unitdir}/neutron-bgp-dragent.service %changelog +* Tue Jun 10 2025 tzing_t - 18.1.1-2 +- Fix build error, remove BuildRequires limit + * Mon Apr 17 2023 lixinyu - 18.1.1-1 - Init package neutron-dynamic-routing of version 18.1.1 -- Gitee