!11 修复provider问题

From: @xiyuanwang 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-02-08 01:48:01 +00:00 committed by Gitee
commit fe50cd1e69
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-wsgi-intercept
Version: 1.9.3
Release: 1
Release: 2
Summary: wsgi_intercept installs a WSGI application in place of a real URI for testing.
License: MIT
URL: http://pypi.python.org/pypi/wsgi_intercept
@ -17,7 +17,7 @@ threads to test your Web app.
%package -n python3-wsgi-intercept
Summary: wsgi_intercept installs a WSGI application in place of a real URI for testing.
Provides: python-wsgi-intercept
Provides: python-wsgi-intercept, python3-wsgi_intercept
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Feb 08 2023 wangxiyuan <wangxiyuan1007@gmail.com> - 1.9.3-2
- Add python3-wsgi_intercept provider back.
* Thu Jul 07 2022 OpenStack_SIG <openstack@openeuler.org> - 1.9.3-1
- Upgrade package python3-wsgi-intercept to version 1.9.3