fixed bug where python3-suds-community is not provided

This commit is contained in:
renliang16 2022-08-23 12:05:57 +00:00
parent 9b3d9b10f8
commit 2aebbb15ec

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