modify the limit maximum version
This commit is contained in:
parent
61858556b5
commit
cd3f0f4bfe
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: docker-compose
|
Name: docker-compose
|
||||||
Version: 1.22.0
|
Version: 1.22.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Multi-container orchestration for Docker
|
Summary: Multi-container orchestration for Docker
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/docker/compose
|
URL: https://github.com/docker/compose
|
||||||
@ -75,6 +75,9 @@ install -D -p -m 644 contrib/completion/fish/docker-compose.fish %{buildroot}%{_
|
|||||||
%{_datadir}/fish
|
%{_datadir}/fish
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 2 2020 maqiang <maqiang42@huawei.com> - 1.22.0-3
|
||||||
|
- modify the limit maximum version
|
||||||
|
|
||||||
* Wed Feb 25 2020 liuchao <liuchao176@huawei.com> - 1.22.0-2
|
* Wed Feb 25 2020 liuchao <liuchao176@huawei.com> - 1.22.0-2
|
||||||
- modify the limit maximum version
|
- modify the limit maximum version
|
||||||
|
|
||||||
|
|||||||
@ -18,7 +18,7 @@ index e0a26b0..aec9e3a 100644
|
|||||||
- 'PyYAML >= 3.10, < 4',
|
- 'PyYAML >= 3.10, < 4',
|
||||||
- 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19',
|
- 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19',
|
||||||
- 'texttable >= 0.9.0, < 0.10',
|
- 'texttable >= 0.9.0, < 0.10',
|
||||||
+ 'PyYAML >= 3.10, < 5.2',
|
+ 'PyYAML >= 3.10, < 5.4',
|
||||||
+ 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.22',
|
+ 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.22',
|
||||||
+ 'texttable >= 0.9.0, < 1.50',
|
+ 'texttable >= 0.9.0, < 1.50',
|
||||||
'websocket-client >= 0.32.0, < 1.0',
|
'websocket-client >= 0.32.0, < 1.0',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user