From cd3f0f4bfe66c86afcbe3de519237842b1f7f157 Mon Sep 17 00:00:00 2001 From: orange-snn Date: Tue, 2 Jun 2020 20:56:17 +0800 Subject: [PATCH] modify the limit maximum version --- docker-compose.spec | 5 ++++- modify-the-limit-maximum-version.patch | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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', -- Gitee