!19 [sync] PR-17: Fix build issue

From: @openeuler-sync-bot
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-11-15 01:59:43 +00:00 committed by Gitee
commit 5133cb561e

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-networking-generic-switch Name: python-networking-generic-switch
Version: 2.1.0 Version: 2.1.0
Release: 1 Release: 2
Summary: Generic Switch ML2 Neutron Driver Summary: Generic Switch ML2 Neutron Driver
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/openstack/networking-generic-switch URL: https://github.com/openstack/networking-generic-switch
@ -33,6 +33,7 @@ BuildRequires: python3-oslo-utils
BuildRequires: python3-six BuildRequires: python3-six
BuildRequires: python3-tenacity BuildRequires: python3-tenacity
BuildRequires: python3-tooz BuildRequires: python3-tooz
BuildRequires: python3-os-xenapi
# General requires # General requires
Requires: python3-stevedore Requires: python3-stevedore
Requires: python3-netmiko Requires: python3-netmiko
@ -42,6 +43,7 @@ Requires: python3-oslo-config
Requires: python3-oslo-i18n Requires: python3-oslo-i18n
Requires: python3-oslo-log Requires: python3-oslo-log
Requires: python3-oslo-utils Requires: python3-oslo-utils
Requires: python3-os-xenapi
Requires: python3-six Requires: python3-six
Requires: python3-tenacity Requires: python3-tenacity
Requires: python3-tooz Requires: python3-tooz
@ -103,6 +105,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Nov 15 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 2.1.0-2
- Fix build issue
* Fri Oct 29 2021 OpenStack_SIG <openstack@openeuler.org> - 2.1.0-1 * Fri Oct 29 2021 OpenStack_SIG <openstack@openeuler.org> - 2.1.0-1
- downgrade to 2.1.0 - downgrade to 2.1.0
* Thu Jul 15 2021 liksh <liks11@chinaunicom.cn> - 5.0.0-1 * Thu Jul 15 2021 liksh <liks11@chinaunicom.cn> - 5.0.0-1