diff --git a/python-requests-ftp.spec b/python-requests-ftp.spec index 17f069cca675ad6908fd2f7b83d20129d100fcf7..ce821070aad721857f44aa1f2b35d5b3ddcba887 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