From d5e150c67b47982f99bc286e062310a4b1573789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=96=87=E5=9F=B9?= Date: Thu, 12 Oct 2023 09:22:28 +0000 Subject: [PATCH] fix install error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 周文培 --- python-requests-ftp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-requests-ftp.spec b/python-requests-ftp.spec index 17f069c..ce82107 100644 --- a/python-requests-ftp.spec +++ b/python-requests-ftp.spec @@ -2,7 +2,7 @@ Name: python-requests-ftp Version: 0.3.1 -Release: 15 +Release: 16 Summary: FTP Transport Adapter for Requests License: ASL 2.0 URL: https://github.com/Lukasa/requests-ftp @@ -78,7 +78,7 @@ rm -rf requests_ftp.egg-info %{python2_sitelib}/* %endif -%if %{with python2} +%if %{with python3} %files -n python3-%{srcname} %defattr(-,root,root) %license LICENSE @@ -90,6 +90,9 @@ rm -rf requests_ftp.egg-info %doc README.rst %changelog +* Thu Oct 12 2023 zhouwenpei - 0.3.1-16 +- fix install error + * Tue Dec 31 2019 openEuler Buildteam - 0.3.1-15 - Type:bugfix - Id:NA