diff --git a/docker-compose.spec b/docker-compose.spec index c9e7986..f61a4f1 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 8331c4c..a00bafd 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',