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