diff --git a/python-ovsdbapp.spec b/python-ovsdbapp.spec index ba57fba42bc9ef4548d3f160a2eb704a4a59fc1a..e135e3cf10f0a8663dec0a334baaed18eb6f3777 100644 --- a/python-ovsdbapp.spec +++ b/python-ovsdbapp.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-ovsdbapp Version: 0.10.0 -Release: 2 +Release: 3 Summary: A library for creating OVSDB applications License: Apache-2.0 URL: http://www.openstack.org/ @@ -40,7 +40,7 @@ BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-fixtures Requires: python2-netaddr -Requires: python2-ovs +Requires: python2-openvswitch Requires: python2-pbr Requires: python2-six %description -n python2-ovsdbapp @@ -137,6 +137,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 03 2021 wangxiyuan +- Fix ovs require issue * Mon May 31 2021 huangtianhua - Adds BuildRequires python2-pbr to make obs success * Sat May 08 2021 OpenStack_SIG