diff --git a/docker-compose.spec b/docker-compose.spec index c9e7986e1e1cc190158e76de451ac5c39f6ff9bb..f61a4f1adfde7576ae1d8d8ccc55aeee25171f8c 100644 --- a/docker-compose.spec +++ b/docker-compose.spec @@ -2,7 +2,7 @@ Name: docker-compose Version: 1.22.0 -Release: 2 +Release: 3 Summary: Multi-container orchestration for Docker License: ASL 2.0 URL: https://github.com/docker/compose @@ -75,6 +75,9 @@ install -D -p -m 644 contrib/completion/fish/docker-compose.fish %{buildroot}%{_ %{_datadir}/fish %changelog +* Thu Jun 2 2020 maqiang - 1.22.0-3 +- modify the limit maximum version + * Wed Feb 25 2020 liuchao - 1.22.0-2 - modify the limit maximum version diff --git a/modify-the-limit-maximum-version.patch b/modify-the-limit-maximum-version.patch index 8331c4c951087a98ea265a757a7938c55d0ed4b1..a00bafd4ece00a22d36555ba2e00357a82ab4a5c 100644 --- a/modify-the-limit-maximum-version.patch +++ b/modify-the-limit-maximum-version.patch @@ -18,7 +18,7 @@ index e0a26b0..aec9e3a 100644 - 'PyYAML >= 3.10, < 4', - 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19', - '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', + 'texttable >= 0.9.0, < 1.50', 'websocket-client >= 0.32.0, < 1.0',