diff --git a/python-suds2.spec b/python-suds2.spec index 95453d8..32adbd4 100644 --- a/python-suds2.spec +++ b/python-suds2.spec @@ -2,13 +2,13 @@ Name: python-suds2 Version: 1.1.1 -Release: 2 +Release: 3 Summary: A python SOAP client License: LGPL-3.0 URL: https://github.com/suds-community/suds Source0: https://github.com/suds-community/suds/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch -Provides: python-suds = %{version}-%{release} +Provides: python-suds = %{version}-%{release} python3-suds-community = %{version}-%{release} Obsoletes: python-suds < %{version}-%{release} %description @@ -43,6 +43,9 @@ for Python licensed under LGPL. %{python3_sitelib}/* %changelog +* Fri Aug 19 2022 renliang16 - 1.1.1-3 +- Provides python3-suds-community + * Tue Aug 02 2022 liukuo - 1.1.1-2 - License compliance rectification