!20 Fixed bug where python3-suds-community is not provided

From: @renliang16 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-09-01 08:09:41 +00:00 committed by Gitee
commit e32ab2bf99
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,13 +2,13 @@
Name: python-suds2 Name: python-suds2
Version: 1.1.1 Version: 1.1.1
Release: 3 Release: 4
Summary: A python SOAP client Summary: A python SOAP client
License: LGPL-3.0 License: LGPL-3.0
URL: https://github.com/suds-community/suds URL: https://github.com/suds-community/suds
Source0: https://github.com/suds-community/suds/archive/v%{version}/%{srcname}-%{version}.tar.gz Source0: https://github.com/suds-community/suds/archive/v%{version}/%{srcname}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
Provides: python-suds = %{version}-%{release} python3-suds-community = %{version}-%{release} Provides: python-suds = %{version}-%{release}
Obsoletes: python-suds < %{version}-%{release} Obsoletes: python-suds < %{version}-%{release}
%description %description
@ -19,7 +19,7 @@ for Python licensed under LGPL.
%{?python_provide:%python_provide python3-suds2} %{?python_provide:%python_provide python3-suds2}
Summary: A python SOAP client Summary: A python SOAP client
BuildRequires: python3-devel python3-pytest python3-six 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} Obsoletes: python3-suds < %{version}-%{release}
%description -n python3-suds2 %description -n python3-suds2
@ -43,6 +43,9 @@ for Python licensed under LGPL.
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Tue Aug 23 2022 renliang16 <renliang@uniontech.com> - 1.1.1-4
- Fixed bug where python3-suds-community is not provided
* Fri Aug 19 2022 renliang16 <renliang@uniontech.com> - 1.1.1-3 * Fri Aug 19 2022 renliang16 <renliang@uniontech.com> - 1.1.1-3
- Provides python3-suds-community - Provides python3-suds-community