From 6253fdc2600f5b7db45ee0379af6ee692a97bdfe Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Wed, 8 Feb 2023 09:17:46 +0800 Subject: [PATCH] Add python3-wsgi_intercept provider --- python-wsgi-intercept.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-wsgi-intercept.spec b/python-wsgi-intercept.spec index 44cf6cd..5d7bae4 100644 --- a/python-wsgi-intercept.spec +++ b/python-wsgi-intercept.spec @@ -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 - 1.9.3-2 +- Add python3-wsgi_intercept provider back. + * Thu Jul 07 2022 OpenStack_SIG - 1.9.3-1 - Upgrade package python3-wsgi-intercept to version 1.9.3