Add Conflicts with python3-openvswitch package

This commit is contained in:
tzing_t 2023-11-06 06:31:26 +00:00
parent 4b8b4916d5
commit ed78de40e6

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