!5 Correct file path

From: @guo-zhaorui 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-06-13 12:09:41 +00:00 committed by Gitee
commit a9b90d58ca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
Name: python-docker-pycreds Name: python-docker-pycreds
Version: 0.4.0 Version: 0.4.0
Release: 2 Release: 3
Summary: Python bindings for the docker credentials store API Summary: Python bindings for the docker credentials store API
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/shin-/dockerpy-creds/ URL: https://github.com/shin-/dockerpy-creds/
@ -49,9 +49,12 @@ PYTHONPATH="${PWD}" py.test-%{python3_version} -vv tests/
%doc README.md %doc README.md
%license LICENSE %license LICENSE
%{python3_sitelib}/dockerpycreds %{python3_sitelib}/dockerpycreds
%{python3_sitelib}/docker_pycreds-%{version}-py?.?.egg-info %{python3_sitelib}/docker_pycreds-%{version}-py%{python3_version}.egg-info
%changelog %changelog
* Mon Jun 13 2022 guozhaorui <guozhaorui1@h-partners.com> - 0.4.0-3
- Correct file path
* Fri Oct 23 2020 tianwei <tianwei12@openeuler.org> - 0.4.0-2 * Fri Oct 23 2020 tianwei <tianwei12@openeuler.org> - 0.4.0-2
- delete python2 - delete python2