From 9b3d9b10f8e729822d0c301d705b79b56ff607d8 Mon Sep 17 00:00:00 2001 From: renliang16 Date: Fri, 19 Aug 2022 07:56:37 +0000 Subject: [PATCH] Provides python3-suds-community --- python-suds2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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