!20 Fixed bug where python3-suds-community is not provided
From: @renliang16 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
e32ab2bf99
@ -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 <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
|
||||
- Provides python3-suds-community
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user