From 2aebbb15ec53f01781904c3b7e62373debe97d9e Mon Sep 17 00:00:00 2001 From: renliang16 Date: Tue, 23 Aug 2022 12:05:57 +0000 Subject: [PATCH] fixed bug where python3-suds-community is not provided --- python-suds2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-suds2.spec b/python-suds2.spec index 32adbd4..e118078 100644 --- a/python-suds2.spec +++ b/python-suds2.spec @@ -2,13 +2,13 @@ Name: python-suds2 Version: 1.1.1 -Release: 3 +Release: 4 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} python3-suds-community = %{version}-%{release} +Provides: python-suds = %{version}-%{release} Obsoletes: python-suds < %{version}-%{release} %description @@ -19,7 +19,7 @@ for Python licensed under LGPL. %{?python_provide:%python_provide python3-suds2} Summary: A python SOAP client BuildRequires: python3-devel python3-pytest python3-six -Provides: python3-suds = %{version}-%{release} +Provides: python3-suds = %{version}-%{release} python3-suds-community = %{version}-%{release} Obsoletes: python3-suds < %{version}-%{release} %description -n python3-suds2 @@ -43,6 +43,9 @@ for Python licensed under LGPL. %{python3_sitelib}/* %changelog +* Tue Aug 23 2022 renliang16 - 1.1.1-4 +- Fixed bug where python3-suds-community is not provided + * Fri Aug 19 2022 renliang16 - 1.1.1-3 - Provides python3-suds-community