From 7bc577dfb046b9a47971f872481b50a3b835cda8 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Wed, 24 Nov 2021 08:42:28 +0000 Subject: [PATCH] fix install issue --- openstack-neutron.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openstack-neutron.spec b/openstack-neutron.spec index a480d63..84347b7 100644 --- a/openstack-neutron.spec +++ b/openstack-neutron.spec @@ -18,7 +18,7 @@ capabilities (e.g., QoS, ACLs, network monitoring, etc.) Name: openstack-%{service} Version: 15.3.4 -Release: 1 +Release: 2 Summary: OpenStack Networking Service License: ASL 2.0 @@ -190,6 +190,7 @@ Requires: python3-netifaces Requires: python3-paste Requires: python3-paste-deploy Requires: python3-decorator +Requires: python3-os-xenapi %description -n python3-%{service} @@ -772,6 +773,8 @@ fi %dir %{_sysconfdir}/%{service}/conf.d/%{service}-sriov-nic-agent %changelog +* Tue Nov 23 2021 zhangy1317 - 15.3.4-2 +- Fix install issue * Fri Nov 05 2021 wangxiyuan 15.3.4-1 - Support OpenStack Train release