From ff4119990eb7ff1a88a62a7d14344be05a4515c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=A6=E5=93=88=E5=93=9F?= Date: Thu, 3 Jun 2021 20:11:49 +0800 Subject: [PATCH] Fix ovs require issue --- python-ovsdbapp.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-ovsdbapp.spec b/python-ovsdbapp.spec index ba57fba..e135e3c 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 -- Gitee