From 801488c2ed14863f24f78b27b0163a6c9303c28a Mon Sep 17 00:00:00 2001 From: compile_success <980965867@qq.com> Date: Tue, 11 Jan 2022 11:08:56 +0800 Subject: [PATCH] failed build failed --- python-requests.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index 09e99d3..9f58e04 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -2,7 +2,7 @@ Name: python-requests Version: 2.26.0 -Release: 4 +Release: 5 Summary: Python HTTP Library License: ASL 2.0 URL: http://python-requests.org/ @@ -88,13 +88,16 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %files -n python%{python3_pkgversion}-requests %defattr(-,root,root) %license LICENSE -%{python3_sitelib}/requests* +%{python3_sitelib}/requests*/* %files help %defattr(-,root,root) %doc HISTORY.md README.md %changelog +* Tue Jan 11 2021 zhujunhao - 2.26.0-5 +- modify build failed + * Thu Dec 30 2021 yangcheng - 2.26.0-4 - Adapt to python 3.9.9 -- Gitee