From ed78de40e63a63d33d963dafd20311edde10efc2 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Mon, 6 Nov 2023 06:31:26 +0000 Subject: [PATCH] Add Conflicts with python3-openvswitch package --- python-openvswitch.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-openvswitch.spec b/python-openvswitch.spec index e3c3307..da97f9a 100644 --- a/python-openvswitch.spec +++ b/python-openvswitch.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-ovs Version: 2.11.0 -Release: 2 +Release: 3 Summary: Open vSwitch library License: Apache 2.0 URL: http://www.openvswitch.org/ @@ -14,6 +14,7 @@ Open vSwitch library %package -n python3-ovs Summary: Open vSwitch library Provides: python-ovs +Conflicts: python3-openvswitch BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-ovs @@ -76,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Mon Nov 06 2023 zhengting - 2.11.0-3 +- Add Conflicts with python3-openvswitch package + * Fri Oct 8 2021 Ge Wang - 2.11.0-2 - Delete pycache directory when uninstalling