!15 【轻量级 PR】:Fix typo

From: @huangtianhua
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-08-02 02:33:34 +00:00 committed by Gitee
commit 133320599a

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-ovsdbapp Name: python-ovsdbapp
Version: 1.9.0 Version: 1.9.0
Release: 2 Release: 3
Summary: A library for creating OVSDB applications Summary: A library for creating OVSDB applications
License: Apache-2.0 License: Apache-2.0
URL: https://pypi.org/project/ovsdbapp/ URL: https://pypi.org/project/ovsdbapp/
@ -30,7 +30,7 @@ BuildRequires: python3-netaddr
# General requires # General requires
Requires: python3-fixtures Requires: python3-fixtures
Requires: python3-netaddr Requires: python3-netaddr
Requires: piython3-openvswitch Requires: python3-openvswitch
Requires: python3-pbr Requires: python3-pbr
# Test requires # Test requires
Requires: python3-mock Requires: python3-mock
@ -91,6 +91,8 @@ PYTHON=%{__python3} OS_TEST_PATH=./ovsdbapp/tests/unit stestr run
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Aug 1 2021 huangtianhua <huangtianhua@huawei.com> - 1.9.0-3
- Fix type
* Sat Jul 31 2021 huangtianhua <huangtianhua@huawei.com> - 1.9.0-2 * Sat Jul 31 2021 huangtianhua <huangtianhua@huawei.com> - 1.9.0-2
- Modify require to python3-openvswitch - Modify require to python3-openvswitch
* Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 1.9.0-1 * Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 1.9.0-1