From 0e4eff2aa840be64b100c236c17ce21c91c0b0a9 Mon Sep 17 00:00:00 2001 From: sean-lau Date: Tue, 17 Aug 2021 11:32:21 +0800 Subject: [PATCH] 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 --- python-suds-jurko.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-suds-jurko.spec b/python-suds-jurko.spec index f9b087d..0647de6 100644 --- a/python-suds-jurko.spec +++ b/python-suds-jurko.spec @@ -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 - 0.6-2 +- Add conflict with python3-suds2 package + * Wed Aug 04 2021 OpenStack_SIG - 0.6-1 - Package Spec generate