Correct file path
This commit is contained in:
parent
7583667c38
commit
ba1fc0354a
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user