!17 Add Conflicts with python3-openvswitch package

From: @tzing_t 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-11-06 09:00:48 +00:00 committed by Gitee
commit 3f6327538f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <zhengting13@huawei.com> - 2.11.0-3
- Add Conflicts with python3-openvswitch package
* Fri Oct 8 2021 Ge Wang <wangge20@huawei.com> - 2.11.0-2
- Delete pycache directory when uninstalling