From 9192ce506a3868348738cb37f72d858e74c16b9d Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 18 Apr 2023 19:41:53 +0800 Subject: [PATCH] Add conflicts with python3-openvswitch (cherry picked from commit a90137d04857339d0cb11ba20f40ed265d289579) --- python-openvswitch.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-openvswitch.spec b/python-openvswitch.spec index ccad548..d9a5633 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 -- Gitee