diff --git a/python-openvswitch.spec b/python-openvswitch.spec index ccad548fe0f1dd6bc42c70fa682a078825a4aa52..d9a563370a21de6efa0d651ef167214dda181bdc 100644 --- a/python-openvswitch.spec +++ b/python-openvswitch.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-ovs Version: 2.13.3 -Release: 1 +Release: 2 Summary: Open vSwitch library License: Apache 2.0 URL: http://www.openvswitch.org/ @@ -15,6 +15,7 @@ BuildArch: noarch %package -n python3-ovs Summary: Open vSwitch library Provides: python-ovs +Conflicts: python3-openvswitch BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-ovs @@ -67,5 +68,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Tue Apr 18 2023 caodongxia <caodongxia@h-partners.com> +- Add Conflicts with python3-openvswitch + * Thu May 20 2021 Python_Bot <Python_Bot@openeuler.org> - Package Spec generated