From c1df9abbba33d23d3c7501b524c2a93ceec38934 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Sat, 31 Jul 2021 08:34:01 +0000 Subject: [PATCH] Modify require to python3-openvswitch The package openvswitch in openEuler not ovs, this modifies requires to openvswitch. --- python-ovsdbapp.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-ovsdbapp.spec b/python-ovsdbapp.spec index 94f18bf..49bd17c 100644 --- a/python-ovsdbapp.spec +++ b/python-ovsdbapp.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-ovsdbapp Version: 1.9.0 -Release: 1 +Release: 2 Summary: A library for creating OVSDB applications License: Apache-2.0 URL: https://pypi.org/project/ovsdbapp/ @@ -30,7 +30,7 @@ BuildRequires: python3-netaddr # General requires Requires: python3-fixtures Requires: python3-netaddr -Requires: python3-ovs +Requires: piython3-openvswitch Requires: python3-pbr # Test requires Requires: python3-mock @@ -46,7 +46,7 @@ Provides: python3-ovsdbapp-doc A library for writing Open vSwitch OVSDB-based applications. %prep -%autosetup -n ovsdbapp-1.9.0 -S git +%autosetup -n ovsdbapp-%{version} %build %py3_build @@ -91,6 +91,8 @@ PYTHON=%{__python3} OS_TEST_PATH=./ovsdbapp/tests/unit stestr run %{_docdir}/* %changelog +* Sat Jul 31 2021 huangtianhua - 1.9.0-2 +- Modify require to python3-openvswitch * Mon Jul 26 2021 OpenStack_SIG - 1.9.0-1 - Update to 1.9.0 * Tue Jan 26 2021 zhangy 2021.1.26 -- Gitee