From ea6d10ee47e4b9639d4eeb2cbeed65ffb7a479df Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 2 Aug 2021 02:09:36 +0000 Subject: [PATCH] Fix typo --- python-ovsdbapp.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-ovsdbapp.spec b/python-ovsdbapp.spec index 49bd17c..ac24de4 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: 2 +Release: 3 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: piython3-openvswitch +Requires: python3-openvswitch Requires: python3-pbr # Test requires Requires: python3-mock @@ -91,6 +91,8 @@ PYTHON=%{__python3} OS_TEST_PATH=./ovsdbapp/tests/unit stestr run %{_docdir}/* %changelog +* Mon Aug 1 2021 huangtianhua - 1.9.0-3 +- Fix type * Sat Jul 31 2021 huangtianhua - 1.9.0-2 - Modify require to python3-openvswitch * Mon Jul 26 2021 OpenStack_SIG - 1.9.0-1 -- Gitee