Add conflict with python3-suds2 package

The suds-jurko is a fork[1][2] from the suds project but has been made
many changes, OpenStack has explict dependency on the suds-jurko[3].

[1] https://pypi.org/project/suds-jurko/
[2] https://github.com/andersinno/suds-jurko/tree/release-0.6
[3] https://github.com/openstack/requirements/blob/stable/wallaby/global-requirements.txt#L330
This commit is contained in:
sean-lau 2021-08-17 11:32:21 +08:00
parent 8ca57a3b5c
commit 0e4eff2aa8

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-suds-jurko
Version: 0.6
Release: 1
Release: 2
Summary: Lightweight SOAP client (Jurko's fork)
License: LGPL-3.0 and GPL-3.0
URL: http://bitbucket.org/jurko/suds
@ -19,6 +19,7 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
Conflicts: python3-suds2
%description -n python3-suds-jurko
Lightweight SOAP client (Jurko's fork)
@ -70,5 +71,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Aug 17 2021 liusheng <liusheng2048@gmail.com> - 0.6-2
- Add conflict with python3-suds2 package
* Wed Aug 04 2021 OpenStack_SIG <openstack@openeuler.org> - 0.6-1
- Package Spec generate