From 22cebcd3b422e1a4d5244981fc235c5efd9edb19 Mon Sep 17 00:00:00 2001 From: Michael Hampton Date: Sep 17 2019 19:21:13 +0000 Subject: Require python-docker 4.0.2 for ssh feature --- diff --git a/docker-compose.spec b/docker-compose.spec index 38360ba..a60b30e 100644 --- a/docker-compose.spec +++ b/docker-compose.spec @@ -1,6 +1,6 @@ Name: docker-compose Version: 1.24.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Multi-container orchestration for Docker License: ASL 2.0 URL: https://github.com/docker/compose @@ -20,7 +20,7 @@ BuildRequires: python%{python3_pkgversion}-yaml >= 4.2 BuildRequires: python%{python3_pkgversion}-requests >= 2.20.0 BuildRequires: python%{python3_pkgversion}-texttable >= 0.9.1 BuildRequires: python%{python3_pkgversion}-websocket-client >= 0.56.0 -BuildRequires: python%{python3_pkgversion}-docker >= 3.7.3 +BuildRequires: python%{python3_pkgversion}-docker >= 4.0.2 BuildRequires: python%{python3_pkgversion}-dockerpty >= 0.4.1 BuildRequires: python%{python3_pkgversion}-six >= 1.10.0 BuildRequires: python%{python3_pkgversion}-jsonschema >= 2.6.0 @@ -33,7 +33,7 @@ Requires: python%{python3_pkgversion}-yaml >= 4.2 Requires: python%{python3_pkgversion}-requests >= 2.20.0 Requires: python%{python3_pkgversion}-texttable >= 0.9.1 Requires: python%{python3_pkgversion}-websocket-client >= 0.56.0 -Requires: python%{python3_pkgversion}-docker >= 3.7.3 +Requires: python%{python3_pkgversion}-docker >= 4.0.2 Requires: python%{python3_pkgversion}-dockerpty >= 0.4.1 Requires: python%{python3_pkgversion}-six >= 1.10.0 Requires: python%{python3_pkgversion}-jsonschema >= 2.6.0 @@ -95,6 +95,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} --verbose te %changelog +* Tue Sep 17 2019 Michael Hampton - 1.24.1-2 +- Require python-docker 4.0.2 for ssh feature + * Wed Aug 28 2019 Michael Hampton - 1.24.1-1 - Rebase to 1.24.1 (BZ#1691898) - Patch tests for pytest 5 compatibility (BZ#1705955)