From d522fa8a5e7a3623d37388104c0d50f0b1504cf5 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Sat, 20 Feb 2021 05:08:59 +0000 Subject: [PATCH] Fixes building error --- python-wsgi-intercept.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-wsgi-intercept.spec b/python-wsgi-intercept.spec index fcce5b4..11d940f 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.2 -Release: 2 +Release: 3 Summary: wsgi_intercept installs a WSGI application in place of a real URI for testing. License: MIT License URL: https://github.com/cdent/wsgi-intercept @@ -25,7 +25,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 BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip @@ -50,7 +50,7 @@ your test program. Thus, you can avoid spawning multiple processes or threads to test your Web app. %prep -%autosetup -n wsgi-intercept-1.9.2 +%autosetup -n wsgi_intercept-1.9.2 %build %py3_build @@ -90,6 +90,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Feb 20 2021 huangtianhua +- Fix build error * Thu Jan 28 2021 zhangy - Add buildrequires * Thu Dec 31 2020 Python_Bot